The three window width's that you can feed into GetInfo return, for example:
GetInfo(262) = 1258 , which seems to be measured from the outside edges of the world window frame.
GetInfo(264) = 1254 , which seems to be measured from the inside of the frame.
GetInfo(281) = 1240 , which is the width of the text rectangle, which at the moment fills the inside frame - the scrollbar width. But that can change if TextRectangle resizes the frame...
Is there a way to get the scrollbar width so I could consistently generate the 1240 value? (i.e. GetInfo(264) + HKCU\Control Panel\Desktop\Window Metrics\ScrollWidth )
p.s. Are we close to getting our dirty little hands on 4.37? :)
GetInfo(262) = 1258 , which seems to be measured from the outside edges of the world window frame.
GetInfo(264) = 1254 , which seems to be measured from the inside of the frame.
GetInfo(281) = 1240 , which is the width of the text rectangle, which at the moment fills the inside frame - the scrollbar width. But that can change if TextRectangle resizes the frame...
Is there a way to get the scrollbar width so I could consistently generate the 1240 value? (i.e. GetInfo(264) + HKCU\Control Panel\Desktop\Window Metrics\ScrollWidth )
p.s. Are we close to getting our dirty little hands on 4.37? :)