Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)
fig=v_button_box(name,button)
Purpose: create a vertical button bar
Variables:
- name : name of the figure which will contain the buttons (needed)
- button: vector of structures containing buttons parameters (needed)
* button.str: button label
* button.callback: button callback function
* button.bgcolor: button background color
Global variables: XSPACING, YSPACING, XPADDING, YPADDING
| This function calls | This function is called by |
|---|---|
Pierre-Michel THEVENY <theveny@dt.insu.cnrs.fr>