godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
TabContainer.setTabIcon
godot
tabcontainer
TabContainer
Sets an icon for the tab at index
tab_idx
.
struct
TabContainer
@
nogc
nothrow
void
setTabIcon
(
in
long
tab_idx
,
Texture
icon
)
Meta
Source
See Implementation
godot
tabcontainer
TabContainer
aliases
BaseClasses
enums
Constants
TabAlign
functions
_childRenamedCallback
_guiInput
_onThemeChanged
_updateCurrentTab
areTabsVisible
getCurrentTab
getCurrentTabControl
getDragToRearrangeEnabled
getPopup
getPreviousTab
getTabAlign
getTabControl
getTabCount
getTabDisabled
getTabIcon
getTabTitle
getTabsRearrangeGroup
opAssign
opEquals
setCurrentTab
setDragToRearrangeEnabled
setPopup
setTabAlign
setTabDisabled
setTabIcon
setTabTitle
setTabsRearrangeGroup
setTabsVisible
properties
currentTab
dragToRearrangeEnabled
tabAlign
tabsVisible
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets an icon for the tab at index tab_idx.