X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Ftoolbox.h;h=d79f0f9b98aadfe4d5767e892c9961ef23de7603;hb=0809ba8eb14cf885c8f197d751c80cced84d9676;hp=d510d8c9e38a7e6b593af9edf12d77847e44ca68;hpb=842d1c156ee50dc0045a0b0272d090c01965b2f0;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/toolbox.h b/synfig-studio/trunk/src/gtkmm/toolbox.h index d510d8c..d79f0f9 100644 --- a/synfig-studio/trunk/src/gtkmm/toolbox.h +++ b/synfig-studio/trunk/src/gtkmm/toolbox.h @@ -47,11 +47,11 @@ namespace studio { class Dockable; class StateManager; - + class Toolbox : public Gtk::Window { friend class studio::StateManager; - + DialogSettings dialog_settings; Gtk::Tooltips tooltips; @@ -62,22 +62,22 @@ class Toolbox : public Gtk::Window Gtk::Button *button_rotoscope; Gtk::Button *button_rotoscope_bline; Gtk::Button *button_rotoscope_polygon; - + Gtk::Table *tool_table; std::map state_button_map; - + Gtk::Menu *recent_files_menu; Gtk::Menu *dock_dialogs; bool changing_state_; - - void on_recent_files_changed(); + + void on_recent_files_changed(); void on_drop_drag_data_received(const Glib::RefPtr& context, int x, int y, const Gtk::SelectionData& selection_data, guint info, guint time); void change_state_(const Smach::state_base *state); - + public: void change_state(const synfig::String& statename); @@ -90,12 +90,12 @@ public: void add_state(const Smach::state_base *state); - + void dockable_registered(Dockable* x); - + Toolbox(); virtual ~Toolbox(); - + }; }; // END of namespace studio