RadioButton

radio button

Constructors

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

Members

Functions

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

Inherited Members

From ImageTextButton

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

Meta