Add item_focused signal to OptionButton

And id_focused to Popupmenu.
This commit is contained in:
Fabio Alessandrelli 2018-01-12 02:53:35 +01:00
parent 90b9449844
commit ff122a7e1f
3 changed files with 11 additions and 0 deletions

View file

@ -43,6 +43,7 @@ class OptionButton : public Button {
PopupMenu *popup;
int current;
void _focused(int p_which);
void _selected(int p_which);
void _select(int p_which, bool p_emit = false);
void _select_int(int p_which);