Drawing checkbox
If you not use the ui_draw_all();
function. To draw the checkbox, you can call the following function.
ui_checkbox_draw(control);
Return: N / A
Argument control is the handle of ui_checkbox_create (...);
function you want to draw.
ui_checkbox_draw(soundOn);
Drawing soundOn checkbox that has been described.
Examples of the results of running the program: |
---|
![]() |