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/paramnotebook.h | |
| 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/paramnotebook.h')
| -rw-r--r-- | src/extension/paramnotebook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/paramnotebook.h b/src/extension/paramnotebook.h index f0ab15f57..d0603003e 100644 --- a/src/extension/paramnotebook.h +++ b/src/extension/paramnotebook.h @@ -40,7 +40,7 @@ private: public: ParamNotebook(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml); ~ParamNotebook(void); - Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node); + Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal); Glib::ustring * string (void); const gchar * get (const SPDocument * doc, const Inkscape::XML::Node * node) { return _value; } |
