25 #ifndef __SYNFIG_STUDIO_DIALOG_SPRITESHEETPARAM_H
26 #define __SYNFIG_STUDIO_DIALOG_SPRITESHEETPARAM_H
30 #include <gtkmm/comboboxtext.h>
31 #include <gtkmm/spinbutton.h>
32 #include <gtkmm/checkbutton.h>
33 #include <gtkmm/comboboxtext.h>
55 Gtk::SpinButton * offset_x_box;
56 Gtk::SpinButton * offset_y_box;
57 Gtk::SpinButton * rows_box;
58 Gtk::SpinButton * columns_box;
59 Gtk::CheckButton * check_button;
60 Gtk::ComboBoxText * direction_box;
65 void on_rows_change();
66 void on_cols_change();