Source position: mui.pas line 581
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; |