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.
this
this(Action a)

constructor from action

Members

Functions

initialize
void initialize(string drawableId, UIString caption)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

orientation
Orientation orientation [@property getter]

Returns orientation: Vertical - image top, Horizontal - image left"

orientation
Orientation orientation [@property setter]

Sets orientation: Vertical - image top, Horizontal - image left"

text
dstring text [@property getter]

Get label text

text
dstring text [@property setter]

Set label plain unicode string

text
UIString text [@property setter]

Set label string resource Id

Variables

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

Meta