summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-12 23:38:41 -0500
committerDavid Robillard <d@drobilla.net>2014-12-12 23:38:41 -0500
commit17a58ecd4bdf0764f1d074a56743f2304bd713a7 (patch)
tree17402d0408ec10a8d4b2d022c9266cb3f5602341 /gtk2_ardour/ardour_dropdown.h
parente19e05fc5949a6e5326fc0a1b2e80014dff5f28c (diff)
Use ArdourDropdown for MIDI device selector.
Diffstat (limited to 'gtk2_ardour/ardour_dropdown.h')
-rw-r--r--gtk2_ardour/ardour_dropdown.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_dropdown.h b/gtk2_ardour/ardour_dropdown.h
index 9d96e575f0..b27b930037 100644
--- a/gtk2_ardour/ardour_dropdown.h
+++ b/gtk2_ardour/ardour_dropdown.h
@@ -38,10 +38,11 @@ class ArdourDropdown : public ArdourButton
bool on_button_press_event (GdkEventButton*);
+ void clear_items ();
void AddMenuElem (Gtk::Menu_Helpers::MenuElem e);
private:
Gtk::Menu _menu;
};
-#endif /* __gtk2_ardour_ardour_menu_h__ */
+#endif /* __gtk2_ardour_ardour_dropdown_h__ */