summaryrefslogtreecommitdiffstats
path: root/tests/test_gdk.py
Commit message (Collapse)AuthorAgeFilesLines
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-12/+0
|
* Add testJohan Dahlin2005-10-141-0/+12
* tests/Makefile.am (tests): * tests/test_gdk.py: Add test * gtk/gdk.defs (pixmap_create_from_data) (bitmap_create_from_data): use guchar* instead of gchar, fixes #318874 (Bob Gibbs)