27class UILayout :
public Listener
37 CLASS_PROTOTYPE(UILayout);
40 void BogusFunction(
void);
41 void CreateWidgetContainer(
Event *ev);
42 void ProcessCommands(
bool bFullLoad);
46 UILayout(
const char *filename);
48 void Load(
const char *filename,
bool bFullLoad);
Definition listener.h:246