From ef03cb52872c19788e889b55ce9b30ff5a616677 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 13 Feb 2000 08:16:48 +0000 Subject: s/refcount/ref_count/. Sun Feb 13 08:54:45 2000 Tim Janik * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/. * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the parameters given and cursor->ref_count. coding style fixups. * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer, not GtkWidget. * gtk/*.h: applied patch from Mathieu Lacage to fix up widget macros and add _GET_CLASS() variant. * gtk/*.c: some GtkType fixups. --- gtk/gtkvscale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtkvscale.h') diff --git a/gtk/gtkvscale.h b/gtk/gtkvscale.h index 86969492df..73efc798f7 100644 --- a/gtk/gtkvscale.h +++ b/gtk/gtkvscale.h @@ -42,6 +42,7 @@ extern "C" { #define GTK_VSCALE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_VSCALE, GtkVScaleClass)) #define GTK_IS_VSCALE(obj) (GTK_CHECK_TYPE ((obj), GTK_TYPE_VSCALE)) #define GTK_IS_VSCALE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_VSCALE)) +#define GTK_VSCALE_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_VSCALE, GtkVScaleClass)) typedef struct _GtkVScale GtkVScale; -- cgit v1.2.1