After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328996 - gdk_screen_get_rgba_colormap not wrapped
gdk_screen_get_rgba_colormap not wrapped
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: gtk
Git Master
Other All
: Normal enhancement
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-28 18:12 UTC by Guido Amoruso
Modified: 2006-04-01 17:34 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
implementing gdk_screen_get_rgba_[colormap, visual] (676 bytes, patch)
2006-03-30 15:06 UTC, Marco Cabizza
none Details | Review

Description Guido Amoruso 2006-01-28 18:12:29 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
Comment 1 Marco Cabizza 2006-03-30 15:05:55 UTC
i would add gdk_screen_get_rgba_visual, and a patch.
Comment 2 Marco Cabizza 2006-03-30 15:06:51 UTC
Created attachment 62397 [details] [review]
implementing gdk_screen_get_rgba_[colormap, visual]
Comment 3 Johan (not receiving bugmail) Dahlin 2006-04-01 17:34:08 UTC
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