]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkframe.h
Practically everything changed.
[~andy/gtk] / gtk / gtkframe.h
index dc24cf5c5c203caa750913997621063469fec984..07ee31f228f7f2ff8a53f61b6c704fb98976e3d6 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)
@@ -54,12 +54,12 @@ struct _GtkFrame
 {
   GtkBin bin;
 
-  GtkWidget *label_widget;
-  gint16 shadow_type;
-  gfloat label_xalign;
-  gfloat label_yalign;
+  GtkWidget *GSEAL (label_widget);
+  gint16 GSEAL (shadow_type);
+  gfloat GSEAL (label_xalign);
+  gfloat GSEAL (label_yalign);
 
-  GtkAllocation child_allocation;
+  GtkAllocation GSEAL (child_allocation);
 };
 
 struct _GtkFrameClass