MenuButton¶
Inherits: Button < BaseButton < Control < CanvasItem < Node < Object
Category: Core
Properties¶
| bool | switch_on_hover |
Methods¶
| PopupMenu | get_popup ( ) const |
| void | set_disable_shortcuts ( bool disabled ) |
Theme Properties¶
| StyleBox | disabled |
| StyleBox | focus |
| Font | font |
| Color | font_color |
| Color | font_color_disabled |
| Color | font_color_hover |
| Color | font_color_pressed |
| StyleBox | hover |
| int | hseparation |
| StyleBox | normal |
| StyleBox | pressed |
Description¶
Special button that brings up a PopupMenu when clicked. That’s pretty much all it does, as it’s just a helper class when building GUIs.