summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-10-31 15:28:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-10-31 15:28:21 +0000
commit25949e9d83fb9b3c119ac14200f5fe82eb1380a0 (patch)
tree297118d9f77800e21745585cf04f020e47b7e392 /gtk2_ardour/ardour_button.h
parenta423a42d9b9ecac21f7c705adfc7476779cd8460 (diff)
various tweaks to get clicks on processor "buttons" to work right and to keep track of processor state and position, hopefully
git-svn-id: svn://localhost/ardour2/branches/3.0@10349 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_button.h')
-rw-r--r--gtk2_ardour/ardour_button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_button.h b/gtk2_ardour/ardour_button.h
index 7f4884d6a7..13a71486b1 100644
--- a/gtk2_ardour/ardour_button.h
+++ b/gtk2_ardour/ardour_button.h
@@ -73,6 +73,7 @@ class ArdourButton : public CairoWidget
void on_size_allocate (Gtk::Allocation&);
bool on_button_press_event (GdkEventButton*);
bool on_button_release_event (GdkEventButton*);
+ void on_style_changed (const Glib::RefPtr<Gtk::Style>&);
void controllable_changed ();
PBD::ScopedConnection watch_connection;