Hello,
I have a question about setting the properties of a GdkWindow
with PyGTK 1.9.x.
Since PyGTK does not yet support 'skip_taskbar', I want to
set the property manually.
How can I set this property?
window.property_change("_NET_WM_STATE, "ATOM", 32,
gtk.gdk.PROP_MODE_APPEND, "_NET_WM_STATE_SKIP_TASKBAR")
does not work because PyGTK complains about the data not
being a sequence of integers...
How do I get the required integers from the string?
Bye, Martin Grimme -- http://www.pycage.de
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/