Documented a bunch of functions in here (gtk_widget_realize): Warn if you

2000-11-20  Havoc Pennington  <hp@redhat.com>

	* gtk/gtkwidget.c: Documented a bunch of functions in here
	(gtk_widget_realize): Warn if you try to realize
	a widget with no parent that isn't a toplevel
	(gtk_widget_intersect): return a gboolean
This commit is contained in:
Havoc Pennington
2000-11-21 02:06:21 +00:00
committed by Havoc Pennington
parent 6f7dd53b80
commit 18dd625fa3
12 changed files with 713 additions and 241 deletions

View File

@ -491,7 +491,7 @@ void gtk_widget_reparent (GtkWidget *widget,
void gtk_widget_popup (GtkWidget *widget,
gint x,
gint y);
gint gtk_widget_intersect (GtkWidget *widget,
gboolean gtk_widget_intersect (GtkWidget *widget,
GdkRectangle *area,
GdkRectangle *intersection);