[Summary] Progressing dropdown

This commit is contained in:
Valeriy Kamyshniy 2014-09-03 18:14:34 +03:00
parent e59ebf02bb
commit 96003844c0
3 changed files with 7 additions and 18 deletions

View file

@ -40,7 +40,7 @@ class WavesDropdown : public WavesIconButton
private:
Gtk::Menu _menu;
void _on_menu_item (void* cookie);
void _on_menu_item (size_t item_number, void* cookie);
void _on_popup_menu_position (int& x, int& y, bool& push_in);
};