Return FALSE from expose handlers.

2001-12-03  Alex Larsson  <alexl@redhat.com>

	* gtk/gtkaccellabel.c:
	* gtk/gtkarrow.c:
	* gtk/gtkcolorsel.c:
	* gtk/gtkcontainer.c:
	* gtk/gtklabel.c:
	* gtk/gtktextview.c:
	* gtk/gtktogglebutton.c:
	* gtk/gtktreeview.c:
	* gtk/gtkwindow.c:
	Return FALSE from expose handlers.
This commit is contained in:
Alex Larsson
2001-12-03 22:11:40 +00:00
committed by Alexander Larsson
parent dd92af8c05
commit c7cd3421f7
16 changed files with 108 additions and 13 deletions

View File

@ -2852,7 +2852,7 @@ gtk_tree_view_bin_expose (GtkWidget *widget,
if (drag_dest_path)
gtk_tree_path_free (drag_dest_path);
return TRUE;
return FALSE;
}
static gboolean