Flag for TopUpdate.opu_Flags
Source position: intuition.pas line 2853
const OPUF_INTERIM = 1; |
This flag means that the update message is being issued from something like an active gadget, a la GACT_FOLLOWMOUSE. When the gadget goes inactive, it will issue a final update message with this bit cleared. Examples of use are for GACT_FOLLOWMOUSE equivalents for propgclass, and repeat strobes for buttons.