UrlImageTextButton

button - url

Constructors

this
this(string ID, dstring labelText, string url, string icon)
Undocumented in source.

Inherited Members

From ImageTextButton

_icon
ImageWidget _icon;
Undocumented in source.
_label
TextWidget _label;
Undocumented in source.
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

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"

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

Meta