- addTab
TabWidget addTab(Widget widget, string labelResourceId, string iconId, bool enableCloseButton)
add new tab by id and label string resource id
- addTab
TabWidget addTab(Widget widget, dstring label, string iconId, bool enableCloseButton)
add new tab by id and label (raw value)
- onTabChanged
void onTabChanged(string newActiveTabId, string previousTabId)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeTab
TabWidget removeTab(string id)
- selectTab
void selectTab(string ID)
compound widget - contains from TabControl widget (tabs header) and TabHost (content pages)