|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComboBox.ComboBoxStyle | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of ComboBox.ComboBoxStyle in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ComboBox.ComboBoxStyle | |
---|---|
void |
ComboBox.setStyle(ComboBox.ComboBoxStyle style)
Sets the style of this widget. |
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ComboBox.ComboBoxStyle | |
---|---|
ComboBox(java.lang.String[] items,
Stage stage,
ComboBox.ComboBoxStyle style)
|
|
ComboBox(java.lang.String[] items,
Stage stage,
ComboBox.ComboBoxStyle style,
java.lang.String name)
Creates a new combo box. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |