Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

GFLG_RELSPECIAL

Flag for TGadget.SpecialInfo. Custom gadget has special relativity. Gadget box values are absolutes, but can be changed via the GM_LAYOUT method.

Declaration

Source position: intuition.pas line 322

const GFLG_RELSPECIAL = $4000;

Description

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.


Documentation generated on: 2021-07-30