wx.SystemSettings - GTK/Win32/Python variances

simo simoninusa2001 at yahoo.co.uk
Fri Apr 9 01:54:44 EDT 2004


[snip]
> > On my machine (WinXP) it contains:
> > 
> >  >>> wx.PlatformInfo
> > ('__WXMSW__', 'wxMSW', 'ascii')

Same as my Windows 2000 machine.

My RedHat9 (with Unicode) box returns ('__WXGTK__', 'wxGTK', 'ascii',
'gtk1')

[...]
> wx.SystemSettings_GetMetric(wx.SYS_VSCROLL_X) across all platforms as
> they're deprecating the other forms - which seem to be aliases for
> backwards compatibility.

Just tested this, and it works on Linux using 2.4.2.4 and 2.5.1.5 and
WinXP/2K running 2.5.1.5



More information about the Python-list mailing list