Welcome to the NetCologne GmbH open source mirroring service!
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.
	
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
ButtonPanelButtonPanel
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:. 
