diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-01 04:31:58 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-01 04:31:58 +0000 |
| commit | d6ca37229bb1049e6a900ba49249473625a6fcaa (patch) | |
| tree | 11e8e97664379c3b23d3d08aa5c640c344ae1717 /src/extension/execution-env.h | |
| parent | (bzr r3637) (diff) | |
| download | inkscape-d6ca37229bb1049e6a900ba49249473625a6fcaa.tar.gz inkscape-d6ca37229bb1049e6a900ba49249473625a6fcaa.zip | |
r16339@tres: ted | 2007-08-19 19:47:57 -0700
Live preview toggling is working. Pinning, not as much. But getting
there.
(bzr r3638)
Diffstat (limited to 'src/extension/execution-env.h')
| -rw-r--r-- | src/extension/execution-env.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h index a20c0ba3d..3c4b13198 100644 --- a/src/extension/execution-env.h +++ b/src/extension/execution-env.h @@ -31,6 +31,7 @@ private: bool _humanWait; bool _canceled; bool _prefsChanged; + bool _livePreview; Glib::RefPtr<Glib::MainLoop> _mainloop; Inkscape::UI::View::View * _doc; std::list<Glib::ustring> _selected; @@ -43,6 +44,7 @@ public: void run (void); void preferencesChange (void); + void livePreview (bool state = true); private: void createPrefsDialog (Gtk::Widget * controls); |
