summaryrefslogtreecommitdiffstats
path: root/src/extension/execution-env.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-09-01 04:32:10 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-09-01 04:32:10 +0000
commitf512b9915196be7533eb6633504e2af73423bc15 (patch)
tree9ae83b84e925aab747be09c70392c305f03af3b0 /src/extension/execution-env.h
parentr16339@tres: ted | 2007-08-19 19:47:57 -0700 (diff)
downloadinkscape-f512b9915196be7533eb6633504e2af73423bc15.tar.gz
inkscape-f512b9915196be7533eb6633504e2af73423bc15.zip
r16340@tres: ted | 2007-08-20 19:02:50 -0700
Pinned is still not working, somewhat usable state. Worth checking in. (bzr r3639)
Diffstat (limited to 'src/extension/execution-env.h')
-rw-r--r--src/extension/execution-env.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h
index 3c4b13198..e46aafc07 100644
--- a/src/extension/execution-env.h
+++ b/src/extension/execution-env.h
@@ -39,12 +39,13 @@ private:
public:
Effect * _effect;
- ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Gtk::Widget * controls = NULL);
+ ExecutionEnv (Effect * effect, Inkscape::UI::View::View * doc, Gtk::Widget * controls = NULL, Gtk::Dialog * prefDialog = NULL);
~ExecutionEnv (void);
void run (void);
void preferencesChange (void);
void livePreview (bool state = true);
+ void shutdown (void);
private:
void createPrefsDialog (Gtk::Widget * controls);