text.h revision c0537dcfe264414d52ad86579d57cb0cb2183dcb
107N/A * Inkscape::LivePathEffectParameters 107N/A * Copyright (C) Maximilian Albert 2008 <maximilian.albert@gmail.com> 107N/A * Released under GNU GPL, read the file 'COPYING' for more information 107N/A * This parameter does not display a widget in the LPE dialog; LPEs can use it to display on-canvas 107N/A * text that should not be settable by the user. Note that since no widget is provided, the 151N/A * parameter must be initialized differently than usual (only with a pointer to the parent effect; 107N/A * no label, no tooltip, etc.). 107N/A}
//namespace LivePathEffect c-file-style:"stroustrup" c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :