Functions | |
bool | Dialog_AddControl () |
Add a control. | |
bool | Dialog_AddControlRel () |
Add a control with relative coordinates. | |
void | Dialog_RemoveControl (string name) |
Remove a control from the list. | |
void | Dialog_Free () |
Delete all the controls from the list and the memory. | |
void | Dialog_GetControl (string name) |
Get a control. | |
void | Dialog_GetControl (int pos) |
Get a control. | |
int | Dialog_GetSize () |
Get the size of the list. | |
ludata | Dialog_GetMousePointer () |
Get the mouse pointer. |