Functions | |
bool | Panel_AddControl () |
Add a control. | |
bool | Panel_AddControlRel () |
Add a control with relative coordinates. | |
void | Panel_RemoveControl (string name) |
Remove a control from the list. | |
void | Panel_Free () |
Delete all the controls from the list and the memory. | |
void | Panel_GetControl (string name) |
Get a control. | |
void | Panel_GetControl (int pos) |
Get a control. | |
int | Panel_GetSize () |
Get the size of the list. | |
ludata | Panel_GetMousePointer () |
Get the mouse pointer. | |
void | Panel_SetX (int val) |
Set the X coordinate. | |
void | Panel_SetY (int val) |
Set the Y coordinate. | |
void | Panel_SetRect (int x, int y, int w, int h) |
Set the rect. |