Documentation of v_button_box


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

fig=v_button_box(name,button)

Help text

 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

Cross-Reference Information

This function calls This function is called by

Pierre-Michel THEVENY <theveny@dt.insu.cnrs.fr>