#include "UI_Lib.h"
#include "UI_types.h"
#include "IUI_Border.h"
#include "IUI_Renderer.h"
#include "IUI_Font.h"
#include "CUI_CoordSys.h"
#include "CUI_Frame.h"
#include "CUI_Widget.h"
#include "CUI_Button.h"
Go to the source code of this file.
Classes | |
class | CUI_ListItem |
A simple class for keeping track of properties of items in a list. More... | |
Defines | |
#define | UI_ITEM_INACTIVE 0x0001 |
same as UI_INACTIVE | |
#define | UI_ITEM_DISABLED 0x0002 |
same as UI_DISABLED | |
#define | UI_ITEM_BUTTON 0x1000 |
this item is a button (default) | |
#define | UI_ITEM_TOGGLE 0x2000 |
this item is a toggle button |
Original Author: Scott Franke sfranke@gljournal.org
Creation date: 28 Jun 2000
Purpose: CUI_ListItem