Widgets
Pane
Monitor
Widget
All "control" widget have some preferred size - for label it would be based on text and font metrics
Speaking of font metrics, is there any way to get fwt's font metrics without performing the calculations ourselves?
see gfx::Font.width
Login or Signup to reply.
DanielFath Sat 6 Nov 2010
Widgets
that belong to aPane
visible/have size before the onLayout method of their parent pane is called?Monitor
on which theWidget
is displayed?Widget
on the screen?brian Sun 7 Nov 2010
DanielFath Sun 7 Nov 2010
Speaking of font metrics, is there any way to get fwt's font metrics without performing the calculations ourselves?
brian Sun 7 Nov 2010
see gfx::Font.width