Remove handle_box from App demo.

Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>

	* demos/gtk-demo/appwindow.c: Remove handle_box from App demo.

	* gtk/gtktreeview.c (size_allocate): Move to a different drawing
	system.  Instead of having a window the size of the tree, we have
	a window the size of widget->allocation, and simply draw with the
	offset.
	(coords_are_over_arrow): ditto.  Move to window coordinates.
	(do_prelight): ditto
	(do_unprelight): ditto

	* gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
	Minor fix from Kristian Rietveld to fix unsorted case.
This commit is contained in:
Jonathan Blandford
2001-10-22 18:24:29 +00:00
committed by Jonathan Blandford
parent eb037279db
commit dc754528a0
26 changed files with 455 additions and 194 deletions

View File

@ -102,6 +102,9 @@ struct _GtkTreeViewPrivate
GdkWindow *drag_window;
GdkWindow *drag_highlight_window;
GtkTreeViewColumn *drag_column;
/* bin_window offset */
gint dy;
gint drag_column_x;
GtkTreeViewColumn *expander_column;