#include "UI_Lib.h"
#include "UI_types.h"
#include "CUI_Button.h"
#include "CUI_SliderBar.h"
#include "CUI_Control.h"
#include "CUI_ScrollableTextBox.h"
Go to the source code of this file.
Classes | |
| class | CUI_MessageBox |
| A Message Box. More... | |
Defines | |
| #define | UI_MB_OK 0x01 |
| OK button. | |
| #define | UI_MB_YES 0x02 |
| Yes button. | |
| #define | UI_MB_NO 0x04 |
| No button. | |
| #define | UI_MB_YESNO 0x06 |
| messagebox type, not return | |
Original Author: Scott Franke sfranke@gljournal.org
Creation date: 5 Jul 2000
Purpose: CUI_MessageBox - a simple way of displaying data
|
|
OK button. Used as types for specifying messagebox, and also for parameter as returntype in callback. |
1.3.4