Documentation Set for Swarm 2.0.1
Prev
Reference VIII. Gui Library
Next
Form
Name
Form -- A set of Entry widgets bound together in one frame.
Description
A set of Entry widgets bound together in one frame.
Protocols adopted by Form
Widget
CREATABLE
Methods
Phase: Creating
-
createEnd
Phase: Using
-
setEntryWidth:
(int)
ew
The width of all the Entry widgets.
-
addLineName:
(const char *)
n
Boolean:
(unsigned *)
p
Add a boolean CheckButton widget.
-
addLineName:
(const char *)
n
Int:
(int *)
p
Add an Entry to get an integer.
-
addLineName:
(const char *)
n
Double:
(double *)
p
Add an Entry to get a double.
Prev
Home
Next
Entry
Up
Frame