Added the ability to sort the working file.
[pspp-builds.git] / src / ui / gui / psppire-dict.h
index 385d0671b42239c85a94244400c68fabfad2f201..218cae0d764aebd126ae3729db1266fa3b2a5b6b 100644 (file)
@@ -47,6 +47,8 @@ G_BEGIN_DECLS
 typedef struct _PsppireDict       PsppireDict;
 typedef struct _PsppireDictClass PsppireDictClass;
 
+enum {DICT_TVM_COL_NAME=0, DICT_TVM_COL_VAR, n_DICT_COLS} ;
+
 struct _PsppireDict
 {
   GObject             parent;
@@ -56,6 +58,9 @@ struct _PsppireDict
   struct PsppireVariable **variables;
 
   gint cache_size;
+
+  /* For GtkTreeModelIface */
+  gint stamp;
 };
 
 struct _PsppireDictClass