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:
committed by
Jonathan Blandford
parent
eb037279db
commit
dc754528a0
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user