Message parameter passed for GM_GOINACTIVE
Source position: intuition.pas line 2318
type TgpGoInactive = record |
||
MethodID: LongWord; |
|
|
gpgi_GInfo: PGadgetInfo; |
|
|
gpgi_Abort: LongWord; |
|
Boolean field to indicate, who wanted the gadget to go inactive. If this is 1 this method was sent, because intution wants the gadget to go inactive, if it is 0, it was the gadget itself that wanted it. |
end; |
See GM_GOACTIVE