ImageTextButton

button with image and text

Constructors

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

Members

Properties

text
dstring text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
UIString text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_icon
ImageWidget _icon;
Undocumented in source.
_label
TextWidget _label;
Undocumented in source.

Meta