dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
TabWidget.addTab
dlangui
widgets
tabs
TabWidget
add new tab by id and label string resource id
TabWidget
addTab
(Widget widget, string labelResourceId, string iconId, bool enableCloseButton, dstring tooltipText)
class
TabWidget
TabWidget
addTab
(
Widget
widget
,
string
labelResourceId
,
string
iconId
= null
,
bool
enableCloseButton
= false
,
dstring
tooltipText
= null
)
TabWidget
addTab
(Widget widget, dstring label, string iconId, bool enableCloseButton, dstring tooltipText)
Meta
Source
See Implementation
dlangui
widgets
tabs
TabWidget
constructors
this
functions
addTab
focusSelectedTab
handleAction
onKeyEvent
onTabChanged
onTabClose
removeTab
renameTab
selectTab
setStyles
tab
tabBody
tabControl
tabHost
tabIndex
properties
hiddenTabsVisibility
selectedTab
selectedTabBody
selectedTabId
tabCount
variables
_tabControl
_tabHost
tabChanged
tabClose
add new tab by id and label string resource id