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.
tooltipText
dstring tooltipText [@property getter]

tooltip text - when not empty, widget will show tooltips automatically; for advanced tooltips - override hasTooltip and createTooltip

tooltipText
dstring tooltipText [@property setter]

tooltip text - when not empty, widget will show tooltips automatically; for advanced tooltips - override hasTooltip and createTooltip

tooltipText
UIString tooltipText [@property setter]

tooltip text - when not empty, widget will show tooltips automatically; for advanced tooltips - override hasTooltip and createTooltip

Variables

tabClose
Signal!TabCloseHandler tabClose;
Undocumented in source.

Meta