Unit 'Intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TmdpDrawBackground

Method parameter for MDM_DRAWBACKGROUND

Declaration

Source position: intuition.pas line 2600

type TmdpDrawBackground = record

  MethodID: PtrUInt;

  

MDM_DRAWBACKGROUND

  mdp_TrueColor: ShortInt;

  

  mdp_RPort: PRastPort;

  

  mdp_X: LongInt;

  

  mdp_Y: LongInt;

  

  mdp_Width: LongInt;

  

  mdp_Height: LongInt;

  

  mdp_ItemLeft: LongInt;

  

  mdp_ItemTop: LongInt;

  

  mdp_ItemWidth: LongInt;

  

  mdp_ItemHeight: LongInt;

  

  mdp_Flags: Word;

  

  mdp_UserBuffer: NativeUInt;

  

  mdp_MenuDecorFlags: LongWord;

  

end;


Documentation generated on: 2021-07-30