summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-12-15 23:33:51 +0000
committerMatt Wilson <msw@src.gnome.org>1999-12-15 23:33:51 +0000
commit3b9dc53e3faa1744f0d351416e888db9ae52b558 (patch)
treeeabc0911cdcf690012f8f856ebadc3fc09b661bc /ChangeLog
parent6f99ccee1be9e21368385dbff9eac485b1440531 (diff)
downloadpygtk-3b9dc53e3faa1744f0d351416e888db9ae52b558.tar.gz
added 'rows' attribute.
1999-12-15 Matt Wilson <msw@redhat.com> * gtk.py (GtkCList.__getattr__): added 'rows' attribute. * gtkmodule.c (_wrap_gtk_clist_get_rows): added wrapper to get number of rows in a clist * gtkmodule.c (PyGtkStyle_New): If the GtkStyle passed in is NULL, return a None object. This is a bit of a hack, but without it you'll fail NULL assertions when you attach to the style_set signal. * generate/gtkmisc.defs (gtk_pixmap_new): mask is null-ok. * generate/gtklists.defs (gtk_clist_set_pixmap): likewise. * pygtk.h (PyGdkBitmap_Check): define PyGdkBitmap_Check to be the same as PyGdkWindow_Check. * gtkmodule.c: -Wall cleanups * libglademodule.c (init_libglade): removed unused variable * gdkimlibmodule.c (_wrap_gdk_imlib_init): s/static/static int/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b3d6da2..c1d93a2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1999-12-15 Matt Wilson <msw@redhat.com>
+
+ * gtk.py (GtkCList.__getattr__): added 'rows' attribute.
+
+ * gtkmodule.c (_wrap_gtk_clist_get_rows): added wrapper to get
+ number of rows in a clist
+
+ * gtkmodule.c (PyGtkStyle_New): If the GtkStyle passed in is NULL,
+ return a None object. This is a bit of a hack, but without it
+ you'll fail NULL assertions when you attach to the style_set
+ signal.
+
+ * generate/gtkmisc.defs (gtk_pixmap_new): mask is null-ok.
+
+ * generate/gtklists.defs (gtk_clist_set_pixmap): likewise.
+
+ * pygtk.h (PyGdkBitmap_Check): define PyGdkBitmap_Check to be the
+ same as PyGdkWindow_Check.
+
+ * gtkmodule.c: -Wall cleanups
+
+ * libglademodule.c (init_libglade): removed unused variable
+
+ * gdkimlibmodule.c (_wrap_gdk_imlib_init): s/static/static int/
+
1999-12-12 Matt Wilson <msw@redhat.com>
* generate/generate.py (FunctionDefsParser.define_func): added new