Add item auto-highlighting to MenuBar
This commit is contained in:
@@ -84,7 +84,7 @@ class MenuBar : public Control {
|
||||
Vector<PopupMenu *> _get_popups() const;
|
||||
int get_menu_idx_from_control(PopupMenu *p_child) const;
|
||||
|
||||
void _open_popup(int p_index);
|
||||
void _open_popup(int p_index, bool p_focus_item = false);
|
||||
void _popup_visibility_changed(bool p_visible);
|
||||
void _update_submenu(const String &p_menu_name, PopupMenu *p_child);
|
||||
void _clear_menu();
|
||||
|
||||
Reference in New Issue
Block a user