[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TmdpDrawBackground

Method parameter for MDM_DRAWBACKGROUND

Declaration

Source position: intuition.pas line 2600

type TmdpDrawBackground = record

  MethodID: LongWord;

  

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: IPTR;

  

  mdp_MenuDecorFlags: LongWord;

  

end;


Documentation generated on: 2017-01-10