Message structure for OM_NOTIFY/OM_UPDATE
Source position: intuition.pas line 2835
type topUpdate = record |
||
MethodID: LongWord; |
|
|
opu_AttrList: pTagItem; |
|
tag list of new attributes |
opu_GInfo: pGadgetInfo; |
|
Non-nil when SetGadgetAttrsA()or notification resulting from gadget input occurs. |
opu_Flags: LongWord; |
|
Additional flags (OPUF_*) |
end; |
|
||
|
Perform method on object coerced to superclass. |