Fix gtk_widget_get_allocation

svn path=/trunk/; revision=20622
This commit is contained in:
Tim Janik
2008-06-20 11:09:56 +00:00
parent cd19149ad5
commit 886ffbe067
2 changed files with 13 additions and 8 deletions

View File

@ -572,7 +572,8 @@ void gtk_widget_set_parent_window (GtkWidget *widget,
void gtk_widget_set_child_visible (GtkWidget *widget,
gboolean is_visible);
gboolean gtk_widget_get_child_visible (GtkWidget *widget);
GtkAllocation gtk_widget_get_allocation (GtkWidget *widget);
void gtk_widget_get_allocation (GtkWidget *widget,
GtkAllocation*allocation);
GdkWindow* gtk_widget_get_window (GtkWidget *widget);
GtkWidget *gtk_widget_get_parent (GtkWidget *widget);