summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-20 21:10:46 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-20 21:10:46 +0000
commitaf42e81f1e5cf2faf9da4e3004ffe63eba3275e3 (patch)
tree8f540c9e86def6a56ca90b226ce6cbda882b0cfd /src/ui/dialog/livepatheffect-editor.h
parentextract ImageToggler from layers dialog (diff)
downloadinkscape-af42e81f1e5cf2faf9da4e3004ffe63eba3275e3.tar.gz
inkscape-af42e81f1e5cf2faf9da4e3004ffe63eba3275e3.zip
add visibility icon to LPE stack dialog. not clickable yet
(bzr r6378)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.h')
-rw-r--r--src/ui/dialog/livepatheffect-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h
index 76ee9f09c..61378f329 100644
--- a/src/ui/dialog/livepatheffect-editor.h
+++ b/src/ui/dialog/livepatheffect-editor.h
@@ -73,11 +73,13 @@ private:
{
add(col_name);
add(lperef);
+ add(col_visible);
}
virtual ~ModelColumns() {}
Gtk::TreeModelColumn<Glib::ustring> col_name;
Gtk::TreeModelColumn<LivePathEffect::LPEObjectReference *> lperef;
+ Gtk::TreeModelColumn<bool> col_visible;
};
Inkscape::UI::Widget::ComboBoxEnum<LivePathEffect::EffectType> combo_effecttype;