23 #include "ui/control.h"
24 #include "ui/button.h"
25 #include "ui/scroll.h"
28 #include "common/misc.h"
35 const int LISTMAXDISPLAY = 20;
36 const int LISTMAXTOTAL = 100;
51 bool SetState(
int state,
bool bState);
52 bool SetState(
int state);
53 bool ClearState(
int state);
55 bool EventProcess(
const Event &event);
63 void SetSelect(
int i);
66 void SetSelectCap(
bool bEnable);
69 void SetBlink(
bool bEnable);
72 void SetItemName(
int i,
const char* name);
73 char* GetItemName(
int i);
75 void SetCheck(
int i,
bool bMode);
78 void SetEnable(
int i,
bool bEnable);
79 bool GetEnable(
int i);
81 void SetTabs(
int i,
float pos,
Gfx::TextAlign justif=Gfx::TEXT_ALIGN_LEFT);
84 void ShowSelect(
bool bFixed);
101 CButton* m_button[LISTMAXDISPLAY];
118 char m_text[LISTMAXTOTAL][100];
119 char m_check[LISTMAXTOTAL];
120 char m_enable[LISTMAXTOTAL];