From 33db5c037b8f71858e03f585af059982178c8c86 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 24 Nov 2006 21:17:33 +0000 Subject: NEW: radiobuttons for extensions. See radiobutton_example.inx how to use them (they are very similar to enums) (bzr r2031) --- src/extension/paramenum.cpp | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/extension/paramenum.cpp') 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 : -- cgit v1.2.3