add GTK_ARROW_NONE.

2006-05-28  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkenums.h: add GTK_ARROW_NONE.

	* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_column): always
	"show" the arrow if sort_column_id >= 0, only set arrow type if
	this column is the column we are currently sorting on. (#331338).
This commit is contained in:
Kristian Rietveld
2006-05-28 12:37:21 +00:00
committed by Kristian Rietveld
parent a208b8b2a6
commit a22a9960af
4 changed files with 43 additions and 16 deletions

View File

@ -59,7 +59,8 @@ typedef enum
GTK_ARROW_UP,
GTK_ARROW_DOWN,
GTK_ARROW_LEFT,
GTK_ARROW_RIGHT
GTK_ARROW_RIGHT,
GTK_ARROW_NONE
} GtkArrowType;
/* Attach options (for tables) */