]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtklayout.h
Add a 'text' argument to set the initial text.
[~andy/gtk] / gtk / gtklayout.h
index d42718e2210c06d1c401bf63dddf7977c07c1ebc..95a33823816dd6a43b70320caba862a7dce3dad6 100644 (file)
  * Copyright Owen Taylor, 1998
  */
 
+/*
+ * Modified by the GTK+ Team and others 1997-1999.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #ifndef __GTK_LAYOUT_H
 #define __GTK_LAYOUT_H
 
 extern "C" {
 #endif /* __cplusplus */
 
+
 #define GTK_TYPE_LAYOUT            (gtk_layout_get_type ())
 #define GTK_LAYOUT(obj)            (GTK_CHECK_CAST ((obj), GTK_TYPE_LAYOUT, GtkLayout))
 #define GTK_LAYOUT_CLASS(klass)    (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_LAYOUT, GtkLayoutClass))
 #define GTK_IS_LAYOUT(obj)         (GTK_CHECK_TYPE ((obj), GTK_TYPE_LAYOUT))
 #define GTK_IS_LAYOUT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_LAYOUT))
+#define GTK_LAYOUT_GET_CLASS(obj)  (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_LAYOUT, GtkLayoutClass))
+
 
 typedef struct _GtkLayout        GtkLayout;
 typedef struct _GtkLayoutClass   GtkLayoutClass;
@@ -58,7 +68,6 @@ struct _GtkLayout {
   GdkWindow *bin_window;
 
   GdkVisibilityState visibility;
-  gulong configure_serial;
   gint scroll_x;
   gint scroll_y;