GUICursor
An enumeration of cursors used by the gui applications.
@ CURSOR_MAX
max number of cursors
static FXCursor * getCursor(GUICursor which)
returns a cursor previously defined in the enum GUICursor
static void close()
close GUICursorSubSys
static void initCursors(FXApp *a)
Initiate GUICursorSubSys.
GUICursorSubSys(FXApp *a)
constructor is private because is called by the static function init(FXApp* a)
static GUICursorSubSys * myInstance
instance of GUICursorSubSys
~GUICursorSubSys()
destructor
FXCursor * myCursors[CURSOR_MAX]
vector with the icons