X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdialog_setup.h;h=530e4fa8674a3d6e92b4a49deb80eaf2a5369e6e;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=1ae345437f9fff775f7ac5627a9e23cf81c3877e;hpb=6378887f493519667554c9cb3eb7a576440459d6;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dialog_setup.h b/synfig-studio/trunk/src/gtkmm/dialog_setup.h index 1ae3454..530e4fa 100644 --- a/synfig-studio/trunk/src/gtkmm/dialog_setup.h +++ b/synfig-studio/trunk/src/gtkmm/dialog_setup.h @@ -7,6 +7,7 @@ ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** Copyright (c) 2007, 2008 Chris Moore +** Copyright (c) 2008, 2009 Carlos López ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -39,6 +40,7 @@ #include #include #include +#include #include #include @@ -48,6 +50,10 @@ #ifndef DEFAULT_PREDEFINED_SIZE #define DEFAULT_PREDEFINED_SIZE _("Custom Size") #endif +#ifndef DEFAULT_PREDEFINED_FPS +#define DEFAULT_PREDEFINED_FPS _("Custom fps") +#endif + /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ @@ -155,6 +161,7 @@ class Dialog_Setup : public Gtk::Dialog void on_black_level_change(); void on_red_blue_level_change(); void on_size_template_combo_change(); + void on_fps_template_combo_change(); GammaPattern gamma_pattern; BlackLevelSelector black_level_selector; @@ -181,13 +188,19 @@ class Dialog_Setup : public Gtk::Dialog Widget_Time auto_backup_interval; Gtk::CheckButton toggle_restrict_radius_ducks; + Gtk::CheckButton toggle_resize_imported_images; Gtk::Entry textbox_browser_command; - + Gtk::ComboBoxText* size_template_combo; + Gtk::ComboBoxText* fps_template_combo; Gtk::Entry textbox_custom_filename_prefix; Gtk::Adjustment adj_pref_x_size; Gtk::Adjustment adj_pref_y_size; + Gtk::Adjustment adj_pref_fps; + Gtk::SpinButton* pref_fps_spinbutton; + Gtk::SpinButton* pref_y_size_spinbutton; + Gtk::SpinButton* pref_x_size_spinbutton; Gtk::Tooltips tooltips_; public: