godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
PopupMenu.setItemTooltip
godot
popupmenu
PopupMenu
Sets the
String
tooltip of the item at the specified index
idx
.
struct
PopupMenu
@
nogc
nothrow
void
setItemTooltip
(
in
long
idx
,
in
String
tooltip
)
Meta
Source
See Implementation
godot
popupmenu
PopupMenu
aliases
BaseClasses
functions
_getItems
_guiInput
_setItems
_submenuTimeout
addCheckItem
addCheckShortcut
addIconCheckItem
addIconCheckShortcut
addIconItem
addIconRadioCheckItem
addIconRadioCheckShortcut
addIconShortcut
addItem
addMultistateItem
addRadioCheckItem
addRadioCheckShortcut
addSeparator
addShortcut
addSubmenuItem
clear
getAllowSearch
getCurrentIndex
getItemAccelerator
getItemCount
getItemIcon
getItemId
getItemIndex
getItemMetadata
getItemShortcut
getItemSubmenu
getItemText
getItemTooltip
getSubmenuPopupDelay
isHideOnCheckableItemSelection
isHideOnItemSelection
isHideOnStateItemSelection
isHideOnWindowLoseFocus
isItemCheckable
isItemChecked
isItemDisabled
isItemRadioCheckable
isItemSeparator
isItemShortcutDisabled
opAssign
opEquals
removeItem
setAllowSearch
setHideOnCheckableItemSelection
setHideOnItemSelection
setHideOnStateItemSelection
setHideOnWindowLoseFocus
setItemAccelerator
setItemAsCheckable
setItemAsRadioCheckable
setItemAsSeparator
setItemChecked
setItemDisabled
setItemIcon
setItemId
setItemMetadata
setItemMultistate
setItemShortcut
setItemShortcutDisabled
setItemSubmenu
setItemText
setItemTooltip
setSubmenuPopupDelay
toHash
toggleItemChecked
toggleItemMultistate
properties
allowSearch
hideOnCheckableItemSelection
hideOnItemSelection
hideOnStateItemSelection
items
submenuPopupDelay
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the String tooltip of the item at the specified index idx.