|
A collection of various buttons (push buttons, radio buttons, check boxes, etc). More...
Classes | |
class | GuiBitmapButtonCtrl |
A button that renders its various states (mouse over, pushed, etc.) from separate bitmaps. More... | |
class | GuiBitmapButtonTextCtrl |
An extension of GuiBitmapButtonCtrl that additionally renders a text label on the bitmapped button. More... | |
class | GuiBorderButtonCtrl |
A push button that renders only a border. More... | |
class | GuiButtonBaseCtrl |
The base class for the various button controls. More... | |
class | GuiButtonCtrl |
The most widely used button class. More... | |
class | GuiCheckBoxCtrl |
A named checkbox that can be toggled on and off. More... | |
class | GuiRadioCtrl |
A button based around the radio concept. More... | |
class | GuiSwatchButtonCtrl |
A button that is used to represent color; often used in correlation with a color picker. More... | |
class | GuiToggleButtonCtrl |
Deprecated gui control. More... | |
Enumerations | |
enum | GuiButtonType { PushButton, ToggleButton, RadioButton } |
Type of button control. More... |
A collection of various buttons (push buttons, radio buttons, check boxes, etc).
enum GuiButtonType |