X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.h;h=a6d87cfb2c929794134977b09babc5d2b9e5949e;hb=38c96cf43203ac5275225e1177d5e5cd01f07146;hp=98c1da8030b8e91eb410162111fc59337b42f1ba;hpb=adc1af4fb0c51317dc3a237c0d11bf05e768ad86;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.h b/synfig-studio/trunk/src/gtkmm/app.h index 98c1da8..a6d87cf 100644 --- a/synfig-studio/trunk/src/gtkmm/app.h +++ b/synfig-studio/trunk/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 @@ -27,7 +28,6 @@ /* === H E A D E R S ======================================================= */ -#include #include #include @@ -43,7 +43,7 @@ #include #include -#include "iconcontroler.h" +#include "iconcontroller.h" /* === M A C R O S ========================================================= */ @@ -98,9 +98,9 @@ class IPC; class Module; class StateManager; -class IconControler; +class IconController; -class App : public Gtk::Main, private IconControler +class App : public Gtk::Main, private IconController { friend class Preferences; friend class Dialog_Setup; @@ -183,6 +183,8 @@ public: static bool use_colorspace_gamma; + static bool single_threaded; + /* -- ** -- S I G N A L S ------------------------------------------------------- */ @@ -262,6 +264,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(); @@ -323,6 +326,8 @@ public: static synfig::String get_config_file(const synfig::String& file); }; // END of class App + void delete_widget(Gtk::Widget *widget); + }; // END namespace studio /* === E N D =============================================================== */