diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-06-29 03:11:01 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-06-29 03:11:01 +0000 |
commit | b6f809739bafdee2bf29052584a0b8fda0c52034 (patch) | |
tree | b04edc3b76e3c27e35fe292039b5546ff3ea3c9d /gtk/gtktreeprivate.h | |
parent | 85224117f45c25841fb50ab46ae8047e83a65479 (diff) | |
download | gdk-pixbuf-b6f809739bafdee2bf29052584a0b8fda0c52034.tar.gz |
Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are now
Fri Jun 8 18:52:10 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.[hc]: Patch Thomas Broyer from
<tbroyer@ltgt.net>. Expander arrows are now attached to a specific
column and follow it when draged, rather than a location in the
view. "expander_column" property and drawing functions changed
accordingly. Fixes bug #55942.
(gtk_tree_view_{set,get}_expander_column): Now works with a
GtkTreeViewColumn* instead of int.
Diffstat (limited to 'gtk/gtktreeprivate.h')
-rw-r--r-- | gtk/gtktreeprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeprivate.h b/gtk/gtktreeprivate.h index b27ca1baa..9ca4240c8 100644 --- a/gtk/gtktreeprivate.h +++ b/gtk/gtktreeprivate.h @@ -101,7 +101,7 @@ struct _GtkTreeViewPrivate GtkTreeViewColumn *drag_column; gint drag_column_x; - gint expander_column; + GtkTreeViewColumn *expander_column; /* Focus code */ GtkTreeViewColumn *focus_column; |