Fix for bug #69586
Sun Jan 27 22:13:02 Kristian Rietveld <kris@gtk.org> Fix for bug #69586 * gtk/gtktreeprivate.h: get rid of tab_offset, introduce expander_size * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce expander_size caching (from style), fix CELL_HEIGHT macro, use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for row height calculation, added style_set callback
This commit is contained in:
committed by
Kristian Rietveld
parent
529a9205e0
commit
ad219f2e3a
@ -84,13 +84,13 @@ struct _GtkTreeViewPrivate
|
||||
/* tree information */
|
||||
GtkRBTree *tree;
|
||||
|
||||
gint tab_offset;
|
||||
GtkRBNode *button_pressed_node;
|
||||
GtkRBTree *button_pressed_tree;
|
||||
|
||||
GList *children;
|
||||
gint width;
|
||||
gint height;
|
||||
gint expander_size;
|
||||
|
||||
GtkAdjustment *hadjustment;
|
||||
GtkAdjustment *vadjustment;
|
||||
|
||||
Reference in New Issue
Block a user