- getText
String getText()
- getUnderlineMode
LinkButton.UnderlineMode getUnderlineMode()
- opAssign
LinkButton opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(LinkButton other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setText
void setText(StringArg0 text)
- setUnderlineMode
void setUnderlineMode(long underline_mode)
Simple button used to represent a link to some resource.
This kind of buttons are primarily used when the interaction with the button causes a context change (like linking to a web page).