X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fapp.h;h=d1c4e3b225828918bdb278c4f125dbc897419f4b;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=f3d733854939ac16492ed9477bfd15610a2bbcf7;hpb=c1f365570ac471ede0668ad976fad345747aa8de;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/app.h b/synfig-studio/tags/stable/src/gtkmm/app.h index f3d7338..d1c4e3b 100644 --- a/synfig-studio/tags/stable/src/gtkmm/app.h +++ b/synfig-studio/tags/stable/src/gtkmm/app.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 @@ -198,7 +199,10 @@ public: static bool restrict_radius_ducks; static synfig::String browser_command; - + static synfig::String custom_filename_prefix; + static int preferred_x_size; + static int preferred_y_size; + static synfig::String predefined_size; /* -- ** -- S I G N A L S ------------------------------------------------------- */ @@ -331,6 +335,7 @@ public: static void dialog_warning_blocking(const std::string &title, const std::string &message); static bool dialog_entry(const std::string &title, const std::string &message,std::string &text); + static bool dialog_paragraph(const std::string &title, const std::string &message,std::string &text); static bool dialog_yes_no(const std::string &title, const std::string &message);