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
Widgetsthat belong to aPanevisible/have size before the onLayout method of their parent pane is called?Monitoron which theWidgetis displayed?Widgeton 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