GuiButtons

More...

Classes:

class

A button that renders its various states (mouse over, pushed, etc.) from separate bitmaps.

class

An extension of GuiBitmapButtonCtrl that additionally renders a text label on the bitmapped button.

class

A push button that renders only a border.

class

The base class for the various button controls.

class

The most widely used button class.

class

A named checkbox that can be toggled on and off.

class

A button based around the radio concept.

class

The most widely used button class.

class

A button that is used to represent color; often used in correlation with a color picker.

class

Deprecated gui control.

Enumerations

enum
GuiButtonType {
  PushButton 
  ToggleButton 
  RadioButton 
}

Type of button control.

Detailed Description

Enumerations

GuiButtonType

Enumerator

PushButton

A button that triggers an action when clicked.

ToggleButton

A button that is toggled between on and off state.

RadioButton

A button placed in groups for presenting choices.

Type of button control.