Method | Description | |
---|---|---|
Dialog ( string title, Skin skin, string styleName = null ) : System | ||
Dialog ( string title, |
||
addButton ( |
||
addButton ( string text, |
||
addText ( |
Adds the given Label to the content table
|
|
addText ( string text ) : |
Adds a label to the content table
|
|
getButtonTable ( ) : |
||
getContentTable ( ) : |
||
hide ( ) : void |
Hides the dialog
|
|
show ( Stage stage ) : |
{@link #pack() Packs} the dialog and adds it to the stage
|
Method | Description | |
---|---|---|
initialize ( ) : void |
public Dialog ( string title, Skin skin, string styleName = null ) : System | ||
title | string | |
skin | Skin | |
styleName | string | |
return | System |
public Dialog ( string title, |
||
title | string | |
windowStyle | ||
return | System |
public addButton ( string text, |
||
text | string | |
buttonStyle | ||
return |