summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-04-18 03:25:42 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-04-18 03:25:42 +0000
commitb93c05826018abdeff80fe28be1a9fe9901ff3cf (patch)
tree43b40e8c7dce5809467074b25f1ef80c5b6f38bf /src/extension/effect.h
parentprovide a parent for the working-please-wait message so it does not sink (diff)
downloadinkscape-b93c05826018abdeff80fe28be1a9fe9901ff3cf.tar.gz
inkscape-b93c05826018abdeff80fe28be1a9fe9901ff3cf.zip
allow inx to suppress live preview checkbox
(bzr r5469)
Diffstat (limited to '')
-rw-r--r--src/extension/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h
index 58e39c63d..0724bd961 100644
--- a/src/extension/effect.h
+++ b/src/extension/effect.h
@@ -128,6 +128,7 @@ public:
Gtk::VBox * get_info_widget(void);
bool no_doc; // if true, the effect does not process SVG document at all, so no need to save, read, and watch for errors
+ bool no_live_preview; // if true, the effect does not need "live preview" checkbox in its dialog
void set_pref_dialog (PrefDialog * prefdialog);
private: