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

TSeparatorGadget is a very simple gadget.

Its only function is to take up space in a gadget window. You can use it when laying other gadgets out in a window to provide a margin of space between gadgets that would otherwise be placed border-to-border in the window.

The TSeparatorGadget constructor looks like this:

TSeparatorGadget(int size = 6);

The separator disables itself and turns off shrink wrapping. The size parameter, used for both the width and the height of the gadget, lets you use the separator gadget for both vertical and horizontal spacing.

See Also