[wxPython-users] Widget Background Color & Appearance (Minor
Questions)
Christopher Barker
Chris.Barker at noaa.gov
Wed Feb 7 08:37:05 PST 2007
C M wrote:
> Just a very uninformed question: what is the purpose of using wxGTK
> with wxPython? I've only now just heard about GTK from this thread,
> read about it online a bit, but am not sure what it provides, basically
> how you use it, etc.
>
> My interest would be having options for changing the default gray also.
> I'm using wxPython on winXP. Thanks.
wxGTK is primarily used for X11 (*nix) systems. In theory, you could use
it on Windows, either by running an X-server in cygwin or something, or
by using the windows version of GTK.
However, the point of wx is to use the native widgets on each platform
-- GTK is native to *nix, but not to Windows.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list