ButtonPanel
Name
ButtonPanel --  Several buttons bound together in one frame.
Description
 Several buttons bound together in one frame.
Methods
Phase: Using
- - (void) addButtonName:-  (const char *) name method:-  (SEL) sel-  Create a new button, and set the method, using the default target. 
- - (void) addButtonName:-  (const char *) name target: target method:-  (SEL) sel-  Create a new button, and set both a target and method. 
- - (void) setButtonTarget: target-  Set a default target for use with addButtonName:method:.