Applied patch #6428
[pspp-builds.git] / src / ui / gui / psppire-var-store.h
index e60f96086c2c13e943c8cecedeb73253111afd84..a4782efceb04e009126e7408eb10289ed1f85438 100644 (file)
@@ -98,4 +98,19 @@ void psppire_var_store_set_font (PsppireVarStore *store, const PangoFontDescript
 
 G_END_DECLS
 
+
+enum {
+ PSPPIRE_VAR_STORE_COL_NAME,
+ PSPPIRE_VAR_STORE_COL_TYPE,
+ PSPPIRE_VAR_STORE_COL_WIDTH,
+ PSPPIRE_VAR_STORE_COL_DECIMALS,
+ PSPPIRE_VAR_STORE_COL_LABEL,
+ PSPPIRE_VAR_STORE_COL_VALUES,
+ PSPPIRE_VAR_STORE_COL_MISSING,
+ PSPPIRE_VAR_STORE_COL_COLUMNS,
+ PSPPIRE_VAR_STORE_COL_ALIGN,
+ PSPPIRE_VAR_STORE_COL_MEASURE,
+ PSPPIRE_VAR_STORE_n_COLS
+};
+
 #endif /* __PSPPIRE_VAR_STORE_H__ */