Form
Name
Form -- A set of Entry widgets bound together in one frame.
Description
A set of Entry widgets bound together in one frame.
Methods
Phase: Using
- (void)
addLineName: (const char *)
n Double: (double *)
p Add an Entry to get a double.
- (void)
addLineName: (const char *)
n Int: (int *)
p Add an Entry to get an integer.
- (void)
addLineName: (const char *)
n Boolean: (unsigned *)
p Add a boolean CheckButton widget.
- (void)
setEntryWidth: (unsigned)
ew The width of all the Entry widgets.