Change docs and signature of gtk_widget_get_allocation

svn path=/trunk/; revision=20625
This commit is contained in:
Tim Janik
2008-06-20 11:10:14 +00:00
parent 1a13990f6e
commit bf2323b1de
2 changed files with 12 additions and 17 deletions

View File

@ -572,8 +572,7 @@ 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);
void gtk_widget_get_allocation (GtkWidget *widget,
GtkAllocation*allocation);
GtkAllocation gtk_widget_get_allocation (GtkWidget *widget);
GdkWindow* gtk_widget_get_window (GtkWidget *widget);
GtkWidget *gtk_widget_get_parent (GtkWidget *widget);