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

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