]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkhbox.h
Updated galician translations
[~andy/gtk] / gtk / gtkhbox.h
index 4527f62c16f88bf73dba77b426c13f1ce0d9bcc7..e04c7314cf8e375a6fca4611ff16073f5d6beb2f 100644 (file)
@@ -1,4 +1,4 @@
-/* GTK - The GTK+ Toolkit
+/* GTK - The GIMP Toolkit
  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
  *
  * This library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
@@ -32,7 +32,6 @@
 #define __GTK_HBOX_H__
 
 
-#include <gdk/gdk.h>
 #include <gtk/gtkbox.h>
 
 
@@ -60,10 +59,9 @@ struct _GtkHBoxClass
 };
 
 
-GType     gtk_hbox_get_type (void) G_GNUC_CONST;
-GtkWidget* gtk_hbox_new             (gboolean homogeneous,
-                             gint spacing);
-
+GType       gtk_hbox_get_type (void) G_GNUC_CONST;
+GtkWidget * gtk_hbox_new      (gboolean homogeneous,
+                               gint     spacing);
 
 G_END_DECLS