trim typo and details
[ardour.git] / gtk2_ardour / ardour_dropdown.h
index b9144c97f797f2e23f694b7c76efef57512fa7fa..b27b930037c7e10cf1eb8162194d85016f9a02f6 100644 (file)
@@ -36,12 +36,13 @@ class ArdourDropdown : public ArdourButton
        ArdourDropdown (Element e = default_elements);
        virtual ~ArdourDropdown ();
 
-       bool on_mouse_pressed (GdkEventButton*);
+       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__ */