TabItemWidget

tab item widget - to show tab header

Constructors

this
this(TabItem item, bool enableCloseButton)
Undocumented in source.

Members

Functions

onClick
bool onClick(Widget source)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
void onDraw(DrawBuf buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setStyles
void setStyles(string tabButtonStyle, string tabButtonTextStyle)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

item
TabItem item [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setItem
TabItem setItem [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
tabControl
TabControl tabControl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tabItem
TabItem tabItem [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tabClose
Signal!TabCloseHandler tabClose;
Undocumented in source.

Meta