[Overview][Constants][Types][Classes][Index] |
Source position: msesplitter.pas line 293
type widgetlayoutinfoty = record |
widget: twidget; |
layoutplacingbefore: Boolean; |
pos: pointty; |
size: sizety; |
curminsize: sizety; |
actpos: pointty; |
actsize: sizety; |
refsize: sizety; |
scalesize: sizety; |
actscalesize: sizety; |
refscalesize: sizety; |
reffontsize: sizety; |
fontheight: Integer; |
actfontheight: Integer; |
fontxscale: real; |
actfontxscale: real; |
end; |