Reference Guide to Swarm 1.3.1
Prev
Reference 8. 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
ButtonPanel
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.
Prev
Home
Next
Button
Up
Canvas