]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbox.h
Practically everything changed.
[~andy/gtk] / gtk / gtkbox.h
index abd6fdbc4fe449b4f8ad7fe5c542686321251469..af4921bd6aa99fe51826f4846eb34916c4d9942a 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK - The GIMP Toolkit
+/* GTK - The GTK+ Toolkit
  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  * Modified by the GTK+ Team and others 1997-2000.  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/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
@@ -56,9 +56,9 @@ struct _GtkBox
   GtkContainer container;
 
   /*< public >*/
-  GList *children;
-  gint16 spacing;
-  guint homogeneous : 1;
+  GList *GSEAL (children);
+  gint16 GSEAL (spacing);
+  guint GSEAL (homogeneous) : 1;
 };
 
 struct _GtkBoxClass