X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fapp.h;h=adeef35d95767e5be502b9a4e53d0977fca0320b;hb=fa0d98d6982bcc2fc503cf7c0f4c05df30a5c370;hp=b4cf7577f14cd1a3383ff827b9e8b0b2efc85581;hpb=f6184c2a9c2245aae802c31c8f3300e1b744359c;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/app.h b/synfig-studio/tags/stable/src/gtkmm/app.h index b4cf757..adeef35 100644 --- a/synfig-studio/tags/stable/src/gtkmm/app.h +++ b/synfig-studio/tags/stable/src/gtkmm/app.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -262,6 +263,7 @@ public: static synfig::String get_base_path(); static void save_settings(); static void load_settings(); + static void reset_initial_window_configuration(); static const std::list& get_recent_files(); @@ -306,7 +308,6 @@ public: static bool dialog_open_file(const std::string &title, std::string &filename); static bool dialog_save_file(const std::string &title, std::string &filename); - static bool dialog_saveas_file(const std::string &title, std::string &filename); static void dialog_error_blocking(const std::string &title, const std::string &message);