GNOME Bugzilla – Bug 328996
gdk_screen_get_rgba_colormap not wrapped
Last modified: 2006-04-01 17:34:08 UTC
gdk_screen_get_rgba_colormap is needed to make cool transparent windows (that is, with compositing manager help). It is a 5-line adding to gdk.defs: (define-method get_rgba_colormap (of-object "GdkScreen") (c-name "gdk_screen_get_rgba_colormap") (return-type "GdkColormap*") ) It would be great to have it in CVS as soon as possible, in order to be able to use pygtk to build super-nice-looking applications
i would add gdk_screen_get_rgba_visual, and a patch.
Created attachment 62397 [details] [review] implementing gdk_screen_get_rgba_[colormap, visual]
Fixed in CVS: Checking in ChangeLog; /cvs/gnome/gnome-python/pygtk/ChangeLog,v <-- ChangeLog new revision: 1.1365; previous revision: 1.1364 done Checking in gtk/gdk.defs; /cvs/gnome/gnome-python/pygtk/gtk/gdk.defs,v <-- gdk.defs new revision: 1.93; previous revision: 1.92 done