godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
MenuButton._classBinding
godot
menubutton
MenuButton
Undocumented in source.
struct
MenuButton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("get_popup")
GodotMethod
!(
PopupMenu
)
getPopup
;
__gshared
@
GodotName
("_unhandled_key_input")
GodotMethod
!(
void
,
InputEvent
)
_unhandledKeyInput
;
__gshared
@
GodotName
("_set_items")
GodotMethod
!(
void
,
Array
)
_setItems
;
__gshared
@
GodotName
("_get_items")
GodotMethod
!(
Array
)
_getItems
;
__gshared
@
GodotName
("set_disable_shortcuts")
GodotMethod
!(
void
,
bool
)
setDisableShortcuts
;
}
Members
Static variables
_getItems
GodotMethod
!(
Array
)
_getItems
;
Undocumented in source.
_setItems
GodotMethod
!(
void
,
Array
)
_setItems
;
Undocumented in source.
_unhandledKeyInput
GodotMethod
!(
void
,
InputEvent
)
_unhandledKeyInput
;
Undocumented in source.
getPopup
GodotMethod
!(
PopupMenu
)
getPopup
;
Undocumented in source.
setDisableShortcuts
GodotMethod
!(
void
,
bool
)
setDisableShortcuts
;
Undocumented in source.
Meta
Source
See Implementation
godot
menubutton
MenuButton
aliases
BaseClasses
functions
_getItems
_setItems
_unhandledKeyInput
getPopup
opAssign
opEquals
setDisableShortcuts
properties
items
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name