Christopher Barker wrote: > Would there be any point in having a wx Abstraction: > > themeColour = wx.ThemeColour(ThemeBrushDialogBackgroundActive) > backBrush = wx.Brush(themeColour) > > and have it work on all platforms? Or is there only a point on the Mac.
It's Mac-only for now. It might evolve into a platform independent abstraction in the future as brushes and colors become more interchangeable, but what that will look like from and API perspective when it happens is unknown now. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
