20 #ifndef GUIIconSubSys_h
21 #define GUIIconSubSys_h
44 static void init(FXApp* a);
GUIIcon
An enumeration of icons used by the gui applications.
static void init(FXApp *a)
Initiate GUIIconSubSys.
static GUIIconSubSys * myInstance
instance of GUIIconSubSys
FXIcon * myIcons[ICON_MAX]
vector with the icons
static void close()
close GUIIconSubSys
~GUIIconSubSys()
destructor
GUIIconSubSys(FXApp *a)
constructor
static FXIcon * getIcon(GUIIcon which)
returns a icon previously defined in the enum GUIIcon