index    previous    next
 
button

BUTTON

The BUTTON control is used to allow the user to explicitly request an action.

The BUTTON control has an associated action function which is invoked when the button is pressed (clicked) by the user.

The programmer refers to the action function as the "pressed_func". It can be set via the "pressed_func_name" property in the "button control" dialog.