Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference

2002-01-08  Mike Kestner  <mkestner@speakeasy.net>

	* gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
	* gtk/gtktreednd.h : ditto.
	* gtk/gtktreemodel.h : ditto.
	* gtk/gtktreesortable.h : ditto.
	* gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
This commit is contained in:
Mike Kestner
2002-01-09 06:52:19 +00:00
committed by Mike Kestner
parent 3d818fe5c8
commit 8ccfa3edb9
12 changed files with 62 additions and 6 deletions

View File

@ -135,7 +135,7 @@ typedef enum
/* forward declaration to avoid excessive includes (and concurrent includes)
*/
typedef struct _GtkRequisition GtkRequisition;
typedef struct _GdkRectangle GtkAllocation;
typedef GdkRectangle GtkAllocation;
typedef struct _GtkSelectionData GtkSelectionData;
typedef struct _GtkWidgetClass GtkWidgetClass;
typedef struct _GtkWidgetAuxInfo GtkWidgetAuxInfo;