diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-11-24 21:17:33 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-11-24 21:17:33 +0000 |
| commit | 33db5c037b8f71858e03f585af059982178c8c86 (patch) | |
| tree | 05c5de14eee55b91f2592520bc2313d8752dc87b /src/extension/paramenum.cpp | |
| parent | Add "strip" to <link> so you can do it if linking is successful (diff) | |
| download | inkscape-33db5c037b8f71858e03f585af059982178c8c86.tar.gz inkscape-33db5c037b8f71858e03f585af059982178c8c86.zip | |
NEW: radiobuttons for extensions. See radiobutton_example.inx how to use them (they are very similar to enums)
(bzr r2031)
Diffstat (limited to 'src/extension/paramenum.cpp')
| -rw-r--r-- | src/extension/paramenum.cpp | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/extension/paramenum.cpp b/src/extension/paramenum.cpp index 85656343d..849447427 100644 --- a/src/extension/paramenum.cpp +++ b/src/extension/paramenum.cpp @@ -126,8 +126,8 @@ ParamComboBox::set (const gchar * in, SPDocument * doc, Inkscape::XML::Node * no /**
- \brief A function to get the currentpage and the parameters in a string form
- \return A string with the 'value' and all the parameters on all pages as command line arguments
+ \brief A function to get the value of the parameter in string form
+ \return A string with the 'value' as command line argument
*/
Glib::ustring *
ParamComboBox::string (void)
@@ -206,13 +206,3 @@ ParamComboBox::get_widget (SPDocument * doc, Inkscape::XML::Node * node) } /* namespace Extension */
} /* namespace Inkscape */
-/*
- Local Variables:
- mode:c++
- c-file-style:"stroustrup"
- c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
- indent-tabs-mode:nil
- fill-column:99
- End:
-*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
|
