Functions | |
bool | Button_CopyFrom () |
Copy the actual selected control to be copied. | |
void | Button_UpdateRects () |
Update the internal state of the control. | |
string | Button_GetArrow () |
Get the type of arrow. | |
ludata | Button_GetPictureOver () |
Get the picture when the mouse is over. | |
ludata | Button_GetPictureDown () |
Get the picture when the mouse is down. | |
void | Button_SetX (int val) |
Set the X coordinate. | |
void | Button_SetY (int val) |
Set the Y coordinate. | |
void | Button_SetWidth (int val) |
Set the width. | |
void | Button_SetHeight (int val) |
Set the height. | |
void | Button_SetRect (int x, int y, int w, int h) |
Set the rect. | |
void | Button_SetArrow (string val) |
Set the type of arrow. | |
void | Button_SetArrow (int val) |
Set the type of arrow. | |
void | Button_SetPictureOver (string val) |
Set the picture when the mouse is over. | |
void | Button_SetPictureDown (string val) |
Set the picture when the mouse is down. |