OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Class TToolBox

TToolBox differs from the other ObjectWindows gadget window classes in that it does not arrange its gadgets in a single line.

Instead, it arranges them in a matrix. The columns of the matrix are all the same width (as wide as the widest gadget) and the rows of the matrix are all the same height (as high as the highest gadget). The gadgets are arranged so that the borders overlap and are hidden under the tool box's border.

TToolBox can be created as a client window in a TFloatingFrame to produce a palette-type tool box.

For an example of this, see the PAINT example in the directory EXAMPLES\OWL\OWLAPPS\PAINT. For information on working with tool boxes, see

See Also