arrange_button_size (Library) [Version 1.7 or later]


Specifies the button arrangement (position, size, and so on) on the screen.


arrange_button_size (<number of displayed buttons>,<button display starting X coordinate>,<button display starting Y coordinate>,<button width>,<button height>,<head button number>,<button horizontal gap>,<button vertical gap>,<button display panel number>)


This program uses parameters required to arrange buttons as arguments to determine the button positions on the screen.
This program specifies the button size as an argument parameter for button creation like the arrange_button_pos function.


<button.h> is necessary.


Call arrange_button_size (BUTTON_NUM,ORIGIN_PX,ORIGIN_PY,BUTTON_W,
BUTTON_H,B_START_NUM,H_GAP,V_GAP,PANEL_NO)


Top