]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbin.h
Updated Basque language
[~andy/gtk] / gtk / gtkbin.h
index 4e55bf21ceae267969c11edf2a471d13d9913bbd..b80e111833cb9e1faa6f53fab98c43f42aa4c994 100644 (file)
@@ -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)
@@ -32,7 +32,6 @@
 #define __GTK_BIN_H__
 
 
-#include <gdk/gdk.h>
 #include <gtk/gtkcontainer.h>
 
 
@@ -53,7 +52,7 @@ struct _GtkBin
 {
   GtkContainer container;
 
-  GtkWidget *child;
+  GtkWidget *GSEAL (child);
 };
 
 struct _GtkBinClass