dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
TabControl.addTab
dlangui
widgets
tabs
TabControl
add new tab
TabControl
addTab
(TabItem item, int index, bool enableCloseButton)
class
TabControl
TabControl
addTab
(
TabItem
item
,
int
index
= -1
,
bool
enableCloseButton
= false
)
TabControl
addTab
(string id, dstring label, string iconId, bool enableCloseButton)
TabControl
addTab
(string id, string labelResourceId, string iconId, bool enableCloseButton)
Meta
Source
See Implementation
dlangui
widgets
tabs
TabControl
constructors
this
functions
addTab
getNextItemIndex
layout
measure
onDraw
onMouse
onTabClose
removeTab
renameTab
selectTab
setStyles
sortedItems
tab
tabIndex
updateAccessTs
updateTabs
properties
enableCloseButton
selectedTabId
tabAlignment
tabCount
static functions
accessTimeComparator
variables
_buttonOverlap
_enableCloseButton
_items
_moreButton
_selectedTabId
_sortedItems
_tabAlignment
_tabButtonStyle
_tabButtonTextStyle
_tabStyle
tabChanged
tabClose
add new tab