|
void | ControlSetStatus (Control control, ControlState status) |
|
void | ControlSetText (Control control, const char *text,...) |
|
void | ControlSetPicture (Control control, Image image) |
|
void | ControlSetPosition (Control control, int x, int y) |
|
void | ControlSetSize (Control control, int width, int height) |
|
void | ControlApplyStyle (Control control, Style style) |
|
void | ControlDraw (Control control) |
|
void | ControlGetData (Control control, CTRLDATA *data) |
|
void | ControlEnableFontStyles (Control control, bool enable) |
|
void | ControlBindDataBool (Control control, bool *data) |
|
void | ControlBindDataInt (Control control, int *data) |
|
void | ControlBindDataFloat (Control control, float *data) |
|
void | ControlBindDataString (Control control, char *data) |
|
void | ControlUnbindData (Control control) |
|
void | ControlSetDataFormat (Control control, const char *format) |
|