Method | Description | |
---|---|---|
TextButton ( string text, Skin skin, string styleName = null ) : System | ||
TextButton ( string text, |
||
ToString ( ) : string | ||
draw ( Graphics graphics, float parentAlpha ) : void | ||
getLabel ( ) : |
||
getLabelCell ( ) : Cell | ||
getStyle ( ) : |
||
getText ( ) : string | ||
setStyle ( |
||
setText ( String text ) : void |
public TextButton ( string text, Skin skin, string styleName = null ) : System | ||
text | string | |
skin | Skin | |
styleName | string | |
return | System |
public TextButton ( string text, |
||
text | string | |
style | ||
return | System |
public draw ( Graphics graphics, float parentAlpha ) : void | ||
graphics | Graphics | |
parentAlpha | float | |
return | void |