Hi All,
How to convert this following code to Python. Please any body help me.
--------------------------------------
desktop_type = gdk_atom_intern ("_NET_WM_WINDOW_TYPE_DESKTOP", FALSE);
gdk_property_change (win->window,
gdk_atom_intern ("_NET_WM_WINDOW_TYPE", FALSE),
gdk_atom_intern ("ATOM", FALSE), 32,
GDK_PROP_MODE_REPLACE, (guchar *) & desktop_type, 1);
---------------------------------------
Regards
Susant
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
