Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbols

This commit is contained in:
Cody Russell 2009-08-13 11:22:57 -05:00
parent 5c89bbf3de
commit a5f6b812be
2 changed files with 3 additions and 0 deletions

View 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

View 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);