X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.h;h=cc04a0645982ec3bd5b3c0f3b74aa2984c333ad8;hb=3484095c16bf58e9d8a27cf14bbd971a5b504c38;hp=27eeadab0aaa35b2559394798fc19cc17e492a0d;hpb=fedae32634321129077b5e05c49ee066e9c61d4d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.h b/synfig-studio/trunk/src/gtkmm/app.h index 27eeada..cc04a06 100644 --- a/synfig-studio/trunk/src/gtkmm/app.h +++ b/synfig-studio/trunk/src/gtkmm/app.h @@ -191,7 +191,9 @@ public: static bool use_colorspace_gamma; +#ifdef SINGLE_THREADED static bool single_threaded; +#endif static bool restrict_radius_ducks; @@ -251,6 +253,7 @@ public: */ private: + static void add_recent_file(const std::string &filename, const std::string &window_size = std::string()); /* -- ** -- P U B L I C M E T H O D S ----------------------------------------- @@ -271,7 +274,8 @@ public: static Glib::RefPtr& ui_manager() { return ui_manager_; } - static void add_recent_file(const std::string &filename); + static void set_recent_file_window_size(etl::handle instance); + static void add_recent_file(const etl::handle instance); static synfig::String get_base_path(); static void save_settings(); @@ -327,6 +331,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); @@ -336,7 +341,7 @@ public: static void dialog_help(); - static bool open_url(const std::string &url); + static void open_url(const std::string &url); static synfig::String get_user_app_directory(); static synfig::String get_config_file(const synfig::String& file);