diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2017-12-25 13:24:10 -0200 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2017-12-25 13:49:27 -0200 |
commit | 096b5a65c60b64ac5e1a13e9f0573686217f9cdf (patch) | |
tree | 77d8584a4f2b44ebebb3a14804fdac0a8f739a59 /scene/gui/option_button.h | |
parent | 256a60bc6e05468ba64729f3d972086ab8ae95b5 (diff) |
Added "get_popup" method for OptionButton and minor changes.
Diffstat (limited to 'scene/gui/option_button.h')
-rw-r--r-- | scene/gui/option_button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/option_button.h b/scene/gui/option_button.h index a06c540678..b09942b072 100644 --- a/scene/gui/option_button.h +++ b/scene/gui/option_button.h @@ -85,6 +85,8 @@ public: void remove_item(int p_idx); + PopupMenu *get_popup() const; + virtual void get_translatable_strings(List<String> *p_strings) const; OptionButton(); |