dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
TabControl.onTabChangedListener
dlangui
widgets
tabs
TabControl
Undocumented in source. Be warned that the author may not have intended to support it.
void
delegate
(
string
newActiveTabId
,
string
previousTabId
)
onTabChangedListener
[@property getter]
void
delegate
(
string
newActiveTabId
,
string
previousTabId
)
onTabChangedListener
[@property setter]
class
TabControl
@
property
TabControl
onTabChangedListener
(
void
delegate
(
string
newActiveTabId
,
string
previousTabId
)
listener
)
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