Source position: mui.pas line 626
type tMUI_BoopsiQuery = record  | 
||
mbq_MethodID: LongWord;  | 
  | 
|
mbq_Screen: pScreen;  | 
  | 
|
mbq_Flags: LongWord;  | 
  | 
|
mbq_MinWidth: LongInt;  | 
  | 
|
mbq_MinHeight: LongInt;  | 
  | 
|
mbq_MaxWidth: LongInt;  | 
  | 
|
mbq_MaxHeight: LongInt;  | 
  | 
|
mbq_DefWidth: LongInt;  | 
  | 
|
mbq_DefHeight: LongInt;  | 
  | 
|
mbq_RenderInfo: pMUI_RenderInfo;  | 
  | 
|
end;  |