MultilineTextWidget

static text widget with multiline text

Constructors

this
this(string ID, string textResourceId)
Undocumented in source.
this
this(string ID, dstring rawText)
Undocumented in source.
this
this(string ID, UIString uitext)
Undocumented in source.

Inherited Members

From TextWidget

maxLines
int maxLines [@property getter]

max lines to show

maxLines
int maxLines [@property setter]

set max lines to show

_text
UIString _text;
Undocumented in source.
text
dstring text [@property getter]

get widget text

text
dstring text [@property setter]

set text to show

text
UIString text [@property setter]

set text to show

textResource
string textResource [@property setter]

set text resource ID to show

measure
void measure(int parentWidth, int parentHeight)
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.

Meta