]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkaspectframe.h
Merges from gtk-1-2
[~andy/gtk] / gtk / gtkaspectframe.h
index f9d34937d490fa8b8f5c86279dd91278e1a1aca0..67df478fa6e53c4b581a2a0cca9dd850957a4381 100644 (file)
@@ -55,7 +55,7 @@ struct _GtkAspectFrame
   gfloat xalign;
   gfloat yalign;
   gfloat ratio;
-  gint obey_child;
+  gboolean obey_child;
 
   GtkAllocation center_allocation;
 };
@@ -71,7 +71,7 @@ GtkWidget* gtk_aspect_frame_new        (const gchar     *label,
                                        gfloat           xalign,
                                        gfloat           yalign,
                                        gfloat           ratio,
-                                       gint             obey_child);
+                                       gboolean         obey_child);
 void       gtk_aspect_frame_set        (GtkAspectFrame  *aspect_frame,
                                        gfloat           xalign,
                                        gfloat           yalign,