Next Previous Up Top Contents Index

8.10 Gadgets that can have children

8.10.4 Group boxes

The <group-box> class allows you to group together any number of gadgets that are associated to some degree in an interface. A group box creates a purely visual grouping, and does not affect the behavior or interaction between its children in any way. For this reason, there are no constraints on the types of gadget that you can group together; the children of a group box can be any type of gadget.

Figure 8.11 Grouping together gadgets using a group box


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index