X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fcompview.h;fp=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fcompview.h;h=4bc2046ea156684e8149a676765978aa707720ef;hb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;hp=7c218c6a1c7d795b7a77261e1eaee833ed390652;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/compview.h b/synfig-studio/trunk/src/gtkmm/compview.h index 7c218c6..4bc2046 100644 --- a/synfig-studio/trunk/src/gtkmm/compview.h +++ b/synfig-studio/trunk/src/gtkmm/compview.h @@ -57,7 +57,7 @@ class CanvasView; class CompView : public Gtk::Window { DialogSettings dialog_settings; - + Gtk::Tooltips tooltips; Gtk::OptionMenu *instance_selector; @@ -75,7 +75,7 @@ class CompView : public Gtk::Window void clear_history(); void clear_redo(); - + public: CompView(); ~CompView(); @@ -99,11 +99,11 @@ public: bool close(); private: - + Gtk::Widget* create_canvas_tree(); Gtk::Widget* create_action_tree(); Gtk::Widget* create_instance_selector(); - + void on_row_activate(const Gtk::TreeModel::Path &path, Gtk::TreeViewColumn *); bool on_tree_event(GdkEvent *event);