X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dict.h;h=218cae0d764aebd126ae3729db1266fa3b2a5b6b;hb=66d74ee3a5eab89c650e54a866edf7c99d331303;hp=385d0671b42239c85a94244400c68fabfad2f201;hpb=e294a372f351d7105c21a2db58022af8b119aa64;p=pspp diff --git a/src/ui/gui/psppire-dict.h b/src/ui/gui/psppire-dict.h index 385d0671b4..218cae0d76 100644 --- a/src/ui/gui/psppire-dict.h +++ b/src/ui/gui/psppire-dict.h @@ -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