#include "UI_Lib.h"
#include "UI_types.h"
#include "CUI_Button.h"
Go to the source code of this file.
Classes | |
class | CUI_MultipleStateButton |
A button with one or more states. More... | |
Typedefs | |
typedef void(* | actionfunc_state )(int) |
function pointer to be called when the button is clicked | |
typedef IUI_Shader * | IUI_Shader_p |
pointer to a shader |
Original Author: Scott Franke sfranke@gljournal.org
Creation date: 9 Jun 2000
Purpose: CUI_MultipleStateButton definition