Documentation Set for Swarm 2.0.1
Prev
Reference VIII. Gui Library
Next
ButtonPanel
Name
ButtonPanel -- Several buttons bound together in one frame.
Description
Several buttons bound together in one frame.
Protocols adopted by ButtonPanel
Frame
CREATABLE
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.
Prev
Home
Next
Button
Up
Canvas