5 #ifndef __I_GUI_BUTTON_H_INCLUDED__
6 #define __I_GUI_BUTTON_H_INCLUDED__
119 virtual void setPressed(
bool pressed=
true) = 0;
not used, counts the number of enumerated items
The mouse cursor is over the button.
char c8
8 bit character variable.
The mouse cursor is not over the button.
const c8 *const GUIButtonStateNames[]
Names for gui button state icons.
GUI Environment. Used as factory and manager of all other GUI elements.
The button is currently pressed down.
signed int s32
32 bit signed variable.
The button has the focus.
The button doesn't have the focus.
Class representing a 32 bit ARGB color.
Base class of all GUI elements.
The button is not pressed.
Interface of a Video Driver dependent Texture.