Package-level declarations
Types
Link copied to clipboard
class MenuButton(icon: Drawable?, text: String?, style: TextButton.TextButtonStyle? = null) : TextButton
A button that has both an icon and a text label. Typically used in menus.
Link copied to clipboard
open class ToggleButton(defaultToggled: Boolean = false, toggleableStyle: Button.ButtonStyle = Styles.defaultb) : Button
Represents a toggleable Button.