set_button_param (Library) [Version 1.7 or later]


Specifies button attributes (type, color, shape, and so on).


set_button_param (<number of displayed buttons>,<number of head buttons>,<displayed button type>,<button character color>,<button background color>,<button use flag>,<button visible flag>,<button correspondence I variable number>,<button support I/O number>,<button display panel number>)


This program specifies parameters required to display buttons. In this program, specify 10 parameters in all.


<button.h> is necessary.


call set_button_param(BUTTON_NUM,B_START_NUM,BUTTON_TYPE,CHAR_COLOR,
BKGRND_COLOR,BUTTON_USE,BUTTON_VIS,B_VARIABLE_NUM,B_ASSIGN_IO, PANEL_NO)


Top