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

TopUpdate

Message structure for OM_NOTIFY/OM_UPDATE

Declaration

Source position: intuition.pas line 2568

type TopUpdate = record

  MethodID: LongWord;

  

OM_NOTIFY or OM_UPDATE

  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;

See also

TMsg

  

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30