|   |   OptionBox | 
Home   
Documentation   
Screenshots   
Binary distributions   
Source distribution   
 subclass of Widget
 creates an optionbox, a widget in which the user can select between
 different values using radiobuttons.
	OptionBox specific options
- Command-Line Name: -label
- Database Name: label
- Database Class: Label
- 
- Command-Line Name: -labelbackground
- Database Name: labelBackground
- Database Class: LabelBackground
- 
 background color of label
- Command-Line Name: -orient
- Database Name: orient
- Database Class: Orient
- 
 must be vertical or horizontal
- Command-Line Name: -variable
- Database Name: variable
- Database Class: Variable
- 
- Command-Line Name: -command
- Database Name: command
- Database Class: Command
- 
 associate a command with the OptionBox.
	OptionBox specific methods
- 
pathname add item text ?option value ...?
- 
- 
pathname set item
- 
- 
pathname get 
- 
- 
pathname items 
- 
- 
pathname button item
-