Create a new Document tab in the Settings Dialog and move the preferred X and Y sizes...
[synfig.git] / synfig-studio / trunk / src / gtkmm / dialog_setup.h
index 68acae1..58e27c9 100644 (file)
@@ -37,6 +37,7 @@
 #include <gtkmm/optionmenu.h>
 #include <gtkmm/checkbutton.h>
 #include <gtkmm/widget_time.h>
+#include <gtkmm/tooltips.h>
 
 #include <synfig/gamma.h>
 #include <synfig/time.h>
@@ -180,6 +181,7 @@ class Dialog_Setup : public Gtk::Dialog
        Gtk::Entry textbox_browser_command;
        Gtk::Adjustment adj_pref_x_size;
        Gtk::Adjustment adj_pref_y_size;
+       Gtk::Tooltips tooltips_;
 public:
 
        void set_time_format(synfig::Time::Format time_format);