OptionButton._classBinding

Undocumented in source.
struct OptionButton
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_focused
GodotMethod!(void, long) _focused;
Undocumented in source.
_getItems
GodotMethod!(Array) _getItems;
Undocumented in source.
_selectInt
GodotMethod!(void, long) _selectInt;
Undocumented in source.
_selected
GodotMethod!(void, long) _selected;
Undocumented in source.
_setItems
GodotMethod!(void, Array) _setItems;
Undocumented in source.
addIconItem
GodotMethod!(void, Texture, String, long) addIconItem;
Undocumented in source.
addItem
GodotMethod!(void, String, long) addItem;
Undocumented in source.
addSeparator
GodotMethod!(void) addSeparator;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
getItemCount
GodotMethod!(long) getItemCount;
Undocumented in source.
getItemIcon
GodotMethod!(Texture, long) getItemIcon;
Undocumented in source.
getItemId
GodotMethod!(long, long) getItemId;
Undocumented in source.
getItemMetadata
GodotMethod!(Variant, long) getItemMetadata;
Undocumented in source.
getItemText
GodotMethod!(String, long) getItemText;
Undocumented in source.
getPopup
GodotMethod!(PopupMenu) getPopup;
Undocumented in source.
getSelected
GodotMethod!(long) getSelected;
Undocumented in source.
getSelectedId
GodotMethod!(long) getSelectedId;
Undocumented in source.
getSelectedMetadata
GodotMethod!(Variant) getSelectedMetadata;
Undocumented in source.
isItemDisabled
GodotMethod!(bool, long) isItemDisabled;
Undocumented in source.
removeItem
GodotMethod!(void, long) removeItem;
Undocumented in source.
select
GodotMethod!(void, long) select;
Undocumented in source.
setItemDisabled
GodotMethod!(void, long, bool) setItemDisabled;
Undocumented in source.
setItemIcon
GodotMethod!(void, long, Texture) setItemIcon;
Undocumented in source.
setItemId
GodotMethod!(void, long, long) setItemId;
Undocumented in source.
setItemMetadata
GodotMethod!(void, long, Variant) setItemMetadata;
Undocumented in source.
setItemText
GodotMethod!(void, long, String) setItemText;
Undocumented in source.

Meta