lots of odds and ends to do with solo isolate and its GUI
[ardour.git] / gtk2_ardour / led.h
index 6350a36ba3a603c5397a4f24fd3677666e7b0739..06ac7454dfb301bc9d7494cd0040ee2b0ffcf173 100644 (file)
@@ -37,7 +37,8 @@ class LED : public CairoWidget
   protected:
        void render (cairo_t *);
         void on_size_request (Gtk::Requisition* req);
-        
+        void on_realize ();
+
   private:
         int32_t _visual_state;
         bool  _active;
@@ -46,6 +47,8 @@ class LED : public CairoWidget
         float _red;
         float _green;
         float _blue;
+
+        void set_colors_from_style ();
 };
 
 #endif /* __gtk2_ardour_led_h__ */