[wxPython-users] Font size of listctrl column headers on OS X
Robin Dunn
robin at alldunn.com
Fri Aug 3 12:30:30 PDT 2007
Jamie Bullock wrote:
> ii) mac.listctrl.always_use_generic = 0: The body cells expand
> vertically, but the actual font size in the body cells stays constant.
> (AFAICT, this is a bug. Surely the text should expand inside the body
> cells and stay the same size in the header cells?)
Maybe this is something that has been fixed recently, but this is not
how it behaves for me. For example:
* Run the demo, select ListCtrl sample
* tick the "Use native listctrl" checkbox
* Hit F6 to bring up the Widget Inspection Tool and select the
TestListCtrl node.
* In the PyCrust box type: "obj.SetFont(wx.FFont(20, wx.ROMAN))" and see
the body font change.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list