diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:26:13 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:26:13 +0000 |
| commit | 19d5db7e36ffb0c8c54b419897b7853219987f89 (patch) | |
| tree | 4f3340f83c083a202fe8b174cf6aa73389768075 /src/extension/paramenum.cpp | |
| parent | (bzr r3127) (diff) | |
| download | inkscape-19d5db7e36ffb0c8c54b419897b7853219987f89.tar.gz inkscape-19d5db7e36ffb0c8c54b419897b7853219987f89.zip | |
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Wow, the basics are kinda working. Only for ints and floats, and it
seems to not like repeadative entry. But, it really is seeming very
feasible.
(bzr r3128)
Diffstat (limited to 'src/extension/paramenum.cpp')
| -rw-r--r-- | src/extension/paramenum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/paramenum.cpp b/src/extension/paramenum.cpp index 283ef8f5c..b9dab676f 100644 --- a/src/extension/paramenum.cpp +++ b/src/extension/paramenum.cpp @@ -209,7 +209,7 @@ ParamComboBoxEntry::changed (void) \brief Creates a combobox widget for an enumeration parameter */ Gtk::Widget * -ParamComboBox::get_widget (SPDocument * doc, Inkscape::XML::Node * node) +ParamComboBox::get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal) { Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); |
