TabHostWidget.TabHeaderWidget

Undocumented in source.
class TabHostWidget
protected
class TabHeaderWidget : ButtonWidget {}

Constructors

this
this(int i)
Undocumented in source.

Members

Functions

handleButtonPress
void handleButtonPress()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
int id;
Undocumented in source.

Inherited Members

From ButtonWidget

_text
TextWidget _text;
Undocumented in source.
text
inout(TextWidget) text [@property getter]

TextWidget.

onButtonPress
ButtonPressHandler onButtonPress;
handleMouseButton
bool handleMouseButton(MouseButton btn, bool status, vec2 pos)
handleButtonPress
void handleButtonPress()
cursor
const(Cursor) cursor [@property getter]
__anonymous
mixin DisableModifyChildren
Undocumented in source.
loadText
void loadText(dstring text, FontFace face)

Changes the text.

trackable
bool trackable [@property getter]
focusable
bool focusable [@property getter]

Meta