Hello,
How can you translate this bit of C code into Python PyGTK code?
(I'm running the CVS version of PyGTK)
gdk_property_change(panel->window->window,
gdk_atom_intern("_NET_WM_STRUT", FALSE),
gdk_atom_intern("CARDINAL", FALSE),
32, GDK_PROP_MODE_REPLACE,
(gchar *) &wm_strut, 4);
I'm writing a panel to go on the bottom of my screen. I want to try
it completly in Python. I stole this code snippet from the ROX-Filer
panel.c file. Any ideas are welcome.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/