Drawing radio button
If you not use the ui_draw_all();
function. To draw the radio button, you can call the following function.
ui_radio_draw(control);
Return: N / A
Argument control is the handle of ui_radio_create(...);
function you want to draw.
ui_radio_draw(optionMale);
ui_radio_draw(optionFemale);
Drawing radio button which has been described.
Examples of the results: |
---|
![]() |