Commented a couple more state change notifications.
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index d49fae3..103ce0d 100644 (file)
@@ -195,6 +195,8 @@ public:
 
        static bool restrict_radius_ducks;
 
+       static synfig::String browser_command;
+
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
@@ -295,7 +297,7 @@ public:
 
        static void new_instance();
 
-       static void dialog_open();
+       static void dialog_open(std::string filename = "");
 
        static void dialog_about();
 
@@ -332,6 +334,10 @@ public:
 
        static void dialog_not_implemented();
 
+       static void dialog_help();
+
+       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);
 }; // END of class App