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 320248 - GDK-PARENT-RELATIVE missing and bad typeerrror raising
GDK-PARENT-RELATIVE missing and bad typeerrror raising
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: gtk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-30 17:23 UTC by Nikos Kouremenos
Modified: 2006-04-02 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nikos Kouremenos 2005-10-30 17:23:49 UTC
http://developer.gnome.org/doc/API/2.0/gdk/gdk-Windows.html#GDK-PARENT-RELATIVE:CAPS

also this should be cleverer:

Traceback (most recent call last):
  • File "bug.py", line 20 in ?
    style.bg_pixmap[gtk.STATE_NORMAL] = 1L
TypeError: can only assign a GdkPixmap or None

Comment 1 Johan (not receiving bugmail) Dahlin 2006-04-02 15:05:04 UTC
Fixed in CVS:

Checking in ChangeLog;
/cvs/gnome/gnome-python/pygtk/ChangeLog,v  <--  ChangeLog
new revision: 1.1378; previous revision: 1.1377
done
Checking in gtk/gtk-types.c;
/cvs/gnome/gnome-python/pygtk/gtk/gtk-types.c,v  <--  gtk-types.c
new revision: 1.55; previous revision: 1.54
done
RCS file: /cvs/gnome/gnome-python/pygtk/tests/test_style.py,v
done
Checking in tests/test_style.py;
/cvs/gnome/gnome-python/pygtk/tests/test_style.py,v  <--  test_style.py
initial revision: 1.1
done