dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
TabControl.addTab
dlangui
widgets
tabs
TabControl
add new tab by id and label string
TabControl
addTab
(TabItem item, int index, bool enableCloseButton)
TabControl
addTab
(string id, dstring label, string iconId, bool enableCloseButton)
class
TabControl
TabControl
addTab
(
string
id
,
dstring
label
,
string
iconId
= null
,
bool
enableCloseButton
= false
)
TabControl
addTab
(string id, string labelResourceId, string iconId, bool enableCloseButton)
Meta
Source
See Implementation
dlangui
widgets
tabs
TabControl
constructors
this
functions
addTab
layout
measure
onClick
onDraw
removeTab
selectTab
sortedItems
tab
tabIndex
updateTabs
properties
onTabChangedListener
tabCount
static functions
accessTimeComparator
variables
_enableCloseButton
_items
_moreButton
_onTabChanged
_selectedTabId
_sortedItems
add new tab by id and label string