Setting X properties in tkinter or wxPython
Chris King
squirrel at wpi.edu
Wed Jun 23 14:41:43 EDT 2004
> Anybody got an idea?
I'm not very familiar with wxPython, but it seems that even native Tk
can't set window properties (though the Tk C library can). Perhaps an
alternative is to use python-xlib
(http://python-xlib.sourceforge.net/). I'm even less familiar with
that, but the functions Display.create_resource_object and
Window.change_property look useful. Note that the Tk C library warns
against using native X calls in place of its functions.
More information about the Python-list
mailing list