Documentation of h_mini_button_bar


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


Function Synopsis

h_mini_button_bar(parent,buttons)

Help text

 Purpose: display an horizontal mini button bar in a figure

 Variables: 
 	- parent : figure which will contain the buttons (needed)
 	- buttons: vector of structures containing buttons parameters (needed)
      * buttons.str: button label
      * buttons.callback: button callback function
      * buttons.bgcolor: button background color

 Global variables: none

Cross-Reference Information

This function calls

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