diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-10-20 15:43:07 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-10-20 15:43:07 +0000 |
| commit | 82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3 (patch) | |
| tree | f2607d956b1ce9c96bf57193b77913e074039ea9 /src/live_effects/parameter/path.h | |
| parent | Adding config option to block use of libpoppler-cairo (for misdetected situta... (diff) | |
| download | inkscape-82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3.tar.gz inkscape-82a86b15d8cdd5040d65fa27ea59237d6e7c7ed3.zip | |
LPE: add on-canvas editing of path parameters!
(bzr r3934)
Diffstat (limited to 'src/live_effects/parameter/path.h')
| -rw-r--r-- | src/live_effects/parameter/path.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index e966b7ebd..14387f419 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -19,6 +19,10 @@ #include <sigc++/sigc++.h> +namespace Gtk { + class Button; +} + namespace Inkscape { namespace LivePathEffect { @@ -56,6 +60,8 @@ private: void on_paste_button_click(); gchar * defvalue; + + Gtk::Button * edit_button; }; |
