Make the draw tool quieter.
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index cc5aa20..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 -------------------------------------------------------
        */
@@ -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