Source position: mui.pas line 1838
type TMUI_LayoutMsg = record |
||
lm_Type: LongWord; |
|
|
lm_Children: PMinList; |
|
|
lm_MinMax: TMUI_MinMax; |
|
|
lm_Layout: record |
|
|
Width: LongInt; |
|
|
Height: LongInt; |
|
|
priv5: LongWord; |
|
|
priv6: LongWord; |
|
|
end; |
||
end; |