]> Pileus Git - ~andy/gtk/commitdiff
Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols
authorCody Russell <bratsche@gnome.org>
Thu, 13 Aug 2009 16:22:57 +0000 (11:22 -0500)
committerCody Russell <bratsche@gnome.org>
Thu, 13 Aug 2009 16:22:57 +0000 (11:22 -0500)
gtk/gtk.symbols
gtk/gtkwidget.h

index 439ebc8e4aeb4fa98fb79b6d0f155c79a96a42ce..a276bf887826cc064d4af0ea9016a80e1c36018d 100644 (file)
@@ -5058,6 +5058,7 @@ gtk_widget_reset_rc_styles
 gtk_widget_reset_shapes
 gtk_widget_send_expose
 gtk_widget_set_accel_path
+gtk_widget_set_allocation
 gtk_widget_set_app_paintable
 gtk_widget_set_child_visible
 gtk_widget_set_colormap
index 3a79f554b0851c71e4ba47b77d734d0b390bcc62..0838083bed0901afa6b7137608796e1aa601a6f6 100644 (file)
@@ -607,6 +607,8 @@ GdkWindow*            gtk_widget_get_window             (GtkWidget    *widget);
 
 void                  gtk_widget_get_allocation         (GtkWidget     *widget,
                                                          GtkAllocation *allocation);
+void                  gtk_widget_set_allocation         (GtkWidget     *widget,
+                                                         const GtkAllocation *allocation);
 
 gboolean   gtk_widget_child_focus         (GtkWidget           *widget,
                                            GtkDirectionType     direction);