Flag for TGadget.SpecialInfo. Custom gadget has special relativity. Gadget box values are absolutes, but can be changed via the GM_LAYOUT method.
Source position: intuition.pas line 322
const GFLG_RELSPECIAL = $4000; |
Allows custom gadget implementors to make gadgets whose position and size depend in an arbitrary way on their window's dimensions. The GM_LAYOUT method will be invoked for such a gadget (or any other GREL_xxx gadget) at suitable times, such as when the window opens or the window's size changes.