X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fchildrentree.h;h=a2847f5cde1dab23bd01573e105d0c7e242d497f;hb=f0244a49e90b8460c89b833b451eef27d1ebb5bf;hp=ad7c72ec167e8527823c68c7950caa9d9fd17d41;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/childrentree.h b/synfig-studio/trunk/src/gtkmm/childrentree.h index ad7c72e..a2847f5 100644 --- a/synfig-studio/trunk/src/gtkmm/childrentree.h +++ b/synfig-studio/trunk/src/gtkmm/childrentree.h @@ -69,9 +69,9 @@ public: */ public: - + ChildrenTreeStore::Model model; - + /* -- ** -- P R I V A T E D A T A --------------------------------------------- */ @@ -106,13 +106,13 @@ private: Gtk::Button *button_delete; Widget_ValueBase blend_method_widget; - + /* -- ** -- P R I V A T E M E T H O D S --------------------------------------- */ private: - + /* -- ** -- S I G N A L T E R M I N A L S ------------------------------------- */ @@ -146,10 +146,10 @@ public: Gtk::HBox& get_hbox() { return *hbox; } Gtk::TreeView& get_tree_view() { return tree_view; } - + Glib::RefPtr get_selection() { return tree_view.get_selection(); } Glib::SignalProxy1< bool,GdkEvent* > signal_event () { return tree_view.signal_event(); } - + ChildrenTree(); ~ChildrenTree();