Drawing button
If you not use the ui_draw_all();
function. To draw the button, you can call the following function.
ui_button_draw(control);
Return: N / A
Argument control is the handle of ui_button_create(...);
function you want to draw.
ui_button_draw(buttonLogin);
Drawing buttonLogin buttons that has been described.
Examples of the results: |
---|
![]() |