Method parameter for MDM_DRAWBACKGROUND
Source position: intuition.pas line 2600
| type TmdpDrawBackground = record | ||
| MethodID: PtrUInt; | 
 | |
| 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; |