PopupMenu.GDNativeClassBinding

Undocumented in source.
struct PopupMenu
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_getItems
GodotMethod!(Array) _getItems;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_setItems
GodotMethod!(void, Array) _setItems;
Undocumented in source.
_submenuTimeout
GodotMethod!(void) _submenuTimeout;
Undocumented in source.
addCheckItem
GodotMethod!(void, String, long, long) addCheckItem;
Undocumented in source.
addCheckShortcut
GodotMethod!(void, ShortCut, long, bool) addCheckShortcut;
Undocumented in source.
addIconCheckItem
GodotMethod!(void, Texture, String, long, long) addIconCheckItem;
Undocumented in source.
addIconCheckShortcut
GodotMethod!(void, Texture, ShortCut, long, bool) addIconCheckShortcut;
Undocumented in source.
addIconItem
GodotMethod!(void, Texture, String, long, long) addIconItem;
Undocumented in source.
addIconRadioCheckItem
GodotMethod!(void, Texture, String, long, long) addIconRadioCheckItem;
Undocumented in source.
addIconRadioCheckShortcut
GodotMethod!(void, Texture, ShortCut, long, bool) addIconRadioCheckShortcut;
Undocumented in source.
addIconShortcut
GodotMethod!(void, Texture, ShortCut, long, bool) addIconShortcut;
Undocumented in source.
addItem
GodotMethod!(void, String, long, long) addItem;
Undocumented in source.
addMultistateItem
GodotMethod!(void, String, long, long, long, long) addMultistateItem;
Undocumented in source.
addRadioCheckItem
GodotMethod!(void, String, long, long) addRadioCheckItem;
Undocumented in source.
addRadioCheckShortcut
GodotMethod!(void, ShortCut, long, bool) addRadioCheckShortcut;
Undocumented in source.
addSeparator
GodotMethod!(void, String, long) addSeparator;
Undocumented in source.
addShortcut
GodotMethod!(void, ShortCut, long, bool) addShortcut;
Undocumented in source.
addSubmenuItem
GodotMethod!(void, String, String, long) addSubmenuItem;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
getAllowSearch
GodotMethod!(bool) getAllowSearch;
Undocumented in source.
getCurrentIndex
GodotMethod!(long) getCurrentIndex;
Undocumented in source.
getItemAccelerator
GodotMethod!(long, long) getItemAccelerator;
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.
getItemIndex
GodotMethod!(long, long) getItemIndex;
Undocumented in source.
getItemMetadata
GodotMethod!(Variant, long) getItemMetadata;
Undocumented in source.
getItemShortcut
GodotMethod!(ShortCut, long) getItemShortcut;
Undocumented in source.
getItemSubmenu
GodotMethod!(String, long) getItemSubmenu;
Undocumented in source.
getItemText
GodotMethod!(String, long) getItemText;
Undocumented in source.
getItemTooltip
GodotMethod!(String, long) getItemTooltip;
Undocumented in source.
getSubmenuPopupDelay
GodotMethod!(double) getSubmenuPopupDelay;
Undocumented in source.
isHideOnCheckableItemSelection
GodotMethod!(bool) isHideOnCheckableItemSelection;
Undocumented in source.
isHideOnItemSelection
GodotMethod!(bool) isHideOnItemSelection;
Undocumented in source.
isHideOnStateItemSelection
GodotMethod!(bool) isHideOnStateItemSelection;
Undocumented in source.
isHideOnWindowLoseFocus
GodotMethod!(bool) isHideOnWindowLoseFocus;
Undocumented in source.
isItemCheckable
GodotMethod!(bool, long) isItemCheckable;
Undocumented in source.
isItemChecked
GodotMethod!(bool, long) isItemChecked;
Undocumented in source.
isItemDisabled
GodotMethod!(bool, long) isItemDisabled;
Undocumented in source.
isItemRadioCheckable
GodotMethod!(bool, long) isItemRadioCheckable;
Undocumented in source.
isItemSeparator
GodotMethod!(bool, long) isItemSeparator;
Undocumented in source.
isItemShortcutDisabled
GodotMethod!(bool, long) isItemShortcutDisabled;
Undocumented in source.
removeItem
GodotMethod!(void, long) removeItem;
Undocumented in source.
setAllowSearch
GodotMethod!(void, bool) setAllowSearch;
Undocumented in source.
setHideOnCheckableItemSelection
GodotMethod!(void, bool) setHideOnCheckableItemSelection;
Undocumented in source.
setHideOnItemSelection
GodotMethod!(void, bool) setHideOnItemSelection;
Undocumented in source.
setHideOnStateItemSelection
GodotMethod!(void, bool) setHideOnStateItemSelection;
Undocumented in source.
setHideOnWindowLoseFocus
GodotMethod!(void, bool) setHideOnWindowLoseFocus;
Undocumented in source.
setItemAccelerator
GodotMethod!(void, long, long) setItemAccelerator;
Undocumented in source.
setItemAsCheckable
GodotMethod!(void, long, bool) setItemAsCheckable;
Undocumented in source.
setItemAsRadioCheckable
GodotMethod!(void, long, bool) setItemAsRadioCheckable;
Undocumented in source.
setItemAsSeparator
GodotMethod!(void, long, bool) setItemAsSeparator;
Undocumented in source.
setItemChecked
GodotMethod!(void, long, bool) setItemChecked;
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.
setItemMultistate
GodotMethod!(void, long, long) setItemMultistate;
Undocumented in source.
setItemShortcut
GodotMethod!(void, long, ShortCut, bool) setItemShortcut;
Undocumented in source.
setItemShortcutDisabled
GodotMethod!(void, long, bool) setItemShortcutDisabled;
Undocumented in source.
setItemSubmenu
GodotMethod!(void, long, String) setItemSubmenu;
Undocumented in source.
setItemText
GodotMethod!(void, long, String) setItemText;
Undocumented in source.
setItemTooltip
GodotMethod!(void, long, String) setItemTooltip;
Undocumented in source.
setSubmenuPopupDelay
GodotMethod!(void, double) setSubmenuPopupDelay;
Undocumented in source.
toggleItemChecked
GodotMethod!(void, long) toggleItemChecked;
Undocumented in source.
toggleItemMultistate
GodotMethod!(void, long) toggleItemMultistate;
Undocumented in source.

Meta