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:52:06 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-20 21:52:06 +0000
commit0f35ecaa930de31dc2154bf6bfff4bf6123e1b3b (patch)
treea3411c79fa4f84f0c1193e085cc723e21c0e0097 /src/ui/dialog/livepatheffect-editor.h
parentadd visibility icon to LPE stack dialog. not clickable yet (diff)
downloadinkscape-0f35ecaa930de31dc2154bf6bfff4bf6123e1b3b.tar.gz
inkscape-0f35ecaa930de31dc2154bf6bfff4bf6123e1b3b.zip
make visibility icon in LPE stack dialog clickable
(bzr r6379)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.h')
-rw-r--r--src/ui/dialog/livepatheffect-editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h
index 61378f329..be636ba2a 100644
--- a/src/ui/dialog/livepatheffect-editor.h
+++ b/src/ui/dialog/livepatheffect-editor.h
@@ -98,7 +98,9 @@ private:
Gtk::TreeView effectlist_view;
Glib::RefPtr<Gtk::ListStore> effectlist_store;
Glib::RefPtr<Gtk::TreeSelection> effectlist_selection;
-
+
+ void on_visibility_toggled( Glib::ustring const& str );
+
Gtk::Toolbar toolbar;
Gtk::ToolButton button_up;
Gtk::ToolButton button_down;