[wxPython] how to find out the system settings?

How can I find out the system settings like screen width and height?
There is a wxSystemSettings in wxWindows, but there is no wrapper in
wxPython...

They're static methods in C++ so in Python they are:

    wxSystemSettings_GetSystemColour(...)
    wxSystemSettings_GetSystemFont(...)
    wxSystemSettings_GetSystemMetric(...)

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users