Fix gtk_widget_get_allocation()

- add it to the header
- add the symbol to gtk.symbols
- fix coding style and check for allocation != NULL
This commit is contained in:
Michael Natterer
2009-07-30 11:49:47 +02:00
parent 94f887390c
commit 6007761549
3 changed files with 7 additions and 1 deletions

View File

@ -599,6 +599,9 @@ void gtk_widget_set_child_visible (GtkWidget *widget,
gboolean gtk_widget_get_child_visible (GtkWidget *widget);
GdkWindow* gtk_widget_get_window (GtkWidget *widget);
void gtk_widget_get_allocation (GtkWidget *widget,
GtkAllocation *allocation);
gboolean gtk_widget_child_focus (GtkWidget *widget,
GtkDirectionType direction);
gboolean gtk_widget_keynav_failed (GtkWidget *widget,