X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fdialog_setup.h;h=c97e834d2979bac0b8c8e91368e9b64978667f0f;hb=c33037508a9f5a0607b14f3feed692a0d364d68a;hp=22dd5126f92d10a38bec3276fe459d60d0a0722f;hpb=c1f365570ac471ede0668ad976fad345747aa8de;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/dialog_setup.h b/synfig-studio/tags/stable/src/gtkmm/dialog_setup.h index 22dd512..c97e834 100644 --- a/synfig-studio/tags/stable/src/gtkmm/dialog_setup.h +++ b/synfig-studio/tags/stable/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 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 @@ -37,13 +38,17 @@ #include #include #include +#include +#include #include #include #include /* === M A C R O S ========================================================= */ - +#ifndef DEFAULT_PREDEFINED_SIZE +#define DEFAULT_PREDEFINED_SIZE _("Custom Size") +#endif /* === T Y P E D E F S ===================================================== */ /* === C L A S S E S & S T R U C T S ======================================= */ @@ -150,6 +155,7 @@ class Dialog_Setup : public Gtk::Dialog void on_gamma_b_change(); void on_black_level_change(); void on_red_blue_level_change(); + void on_size_template_combo_change(); GammaPattern gamma_pattern; BlackLevelSelector black_level_selector; @@ -178,6 +184,12 @@ class Dialog_Setup : public Gtk::Dialog Gtk::CheckButton toggle_restrict_radius_ducks; Gtk::Entry textbox_browser_command; + + Gtk::ComboBoxText* size_template_combo; + Gtk::Entry textbox_custom_filename_prefix; + 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);