dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
TabWidget.addTab
dlangui
widgets
tabs
TabWidget
add new tab by id and label (raw value)
TabWidget
addTab
(Widget widget, string labelResourceId, string iconId, bool enableCloseButton)
TabWidget
addTab
(Widget widget, dstring label, string iconId, bool enableCloseButton)
class
TabWidget
TabWidget
addTab
(
Widget
widget
,
dstring
label
,
string
iconId
= null
,
bool
enableCloseButton
= false
)
Meta
Source
See Implementation
dlangui
widgets
tabs
TabWidget
constructors
this
functions
addTab
onTabChanged
removeTab
selectTab
properties
onTabChangedListener
variables
_onTabChanged
_tabControl
_tabHost
add new tab by id and label (raw value)