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