From b93c05826018abdeff80fe28be1a9fe9901ff3cf Mon Sep 17 00:00:00 2001 From: bulia byak Date: Fri, 18 Apr 2008 03:25:42 +0000 Subject: allow inx to suppress live preview checkbox (bzr r5469) --- src/extension/effect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/extension/effect.h') 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: -- cgit v1.2.3