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