Method parameter for MDM_GETMENUSPACES
Source position: intuition.pas line 2584
| type TmdpGetMenuSpaces = record | ||
| MethodID: PtrUInt; | 
 | |
| mdp_TrueColor: ShortInt; | 
 | |
| mdp_InnerLeft: LongInt; | 
 | |
| mdp_InnerTop: LongInt; | 
 | |
| mdp_InnerRight: LongInt; | 
 | |
| mdp_InnerBottom: LongInt; | 
 | |
| mdp_ItemInnerLeft: LongInt; | 
 | |
| mdp_ItemInnerTop: LongInt; | 
 | |
| mdp_ItemInnerRight: LongInt; | 
 | |
| mdp_ItemInnerBottom: LongInt; | 
 | |
| mdp_MinWidth: LongInt; | 
 | |
| mdp_MinHeight: LongInt; | 
 | |
| end; |