Message structure for OM_NEW/OM_SET
Source position: intuition.pas line 2823
type topSet = record |
||
MethodID: LongWord; |
|
|
ops_AttrList: pTagItem; |
|
new attributes |
ops_GInfo: pGadgetInfo; |
|
Always there for gadgets, when SetGadgetAttrsA() is used, but will be nil for OM_NEW |
end; |
|
||
|
Perform method on object coerced to superclass. |