OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Notifying the Window When a Gadget Changes Size

When a gadget changes size, it should call the TGadgetWindow::GadgetChangedSize function for its gadget window.

Here's the signature for this function:

void GadgetChangedSize(TGadget& gadget);

gadget is a reference to the gadget that changed size. The default version of this function simply initiates a layout session.