G4P (GUI for Processing) 4.3.11
A set of GUI controls for your Processing sketch.
|
Public Member Functions | |
void | addControl (GToggleControl tc) |
void | addControls (GToggleControl... controls) |
GToggleGroup () | |
Use this class to create a single selection collection of options.
To use create an object of this class and then add GOption objects to it with the addControl method.
You cannot add GCheckbox objects because they are designed to work independently.
g4p_controls.GToggleGroup.GToggleGroup | ( | ) |
Create a toggle group object.
void g4p_controls.GToggleGroup.addControl | ( | GToggleControl | tc | ) |
Add a GOption object to this group.
tc | the toggle control |
void g4p_controls.GToggleGroup.addControls | ( | GToggleControl... | controls | ) |
Add a set of comma separated GOptions.
controls | a list of controls to add |