add an example script to show/hide TAVs
[ardour.git] / gtk2_ardour / color_theme_manager.h
index 85759392e091c242a4ed74c72f5a008ff2033c99..104bca847b686c741beaa3fb602a8f0dccd93fce 100644 (file)
@@ -39,7 +39,7 @@ namespace ArdourCanvas {
 
 class ArdourDialog;
 
-class ColorThemeManager : public Gtk::VBox, public OptionEditorComponent
+class ColorThemeManager : public OptionEditorMiniPage
 {
   public:
        ColorThemeManager();
@@ -56,11 +56,10 @@ class ColorThemeManager : public Gtk::VBox, public OptionEditorComponent
        /** Called to instruct the object to set its UI state from the configuration */
        void set_state_from_config ();
 
-       /** Called to instruct the object to add itself to an OptionEditorPage */
-       void add_to_page (OptionEditorPage *);
-
        void set_note (std::string const &);
 
+       void add_to_page (OptionEditorPage*);
+
        Gtk::Widget& tip_widget();
 
   private: