Added a callback to set the range entry on change
[pspp] / src / ui / gui / psppire-spreadsheet-model.h
index 94be3c397ef75f3ac4b1fc0d9b640eb6e7433cea..0366ad4bc18db7c59cf2bb141293994b164cec0a 100644 (file)
@@ -82,4 +82,12 @@ GtkTreeModel * psppire_spreadsheet_model_new (struct spreadsheet *sp);
 
 G_END_DECLS
 
+
+enum
+{
+  PSPPIRE_SPREADSHEET_MODEL_COL_NAME,
+  PSPPIRE_SPREADSHEET_MODEL_COL_RANGE,
+  PSPPIRE_SPREADSHEET_MODEL_N_COLS
+};
+
 #endif /* __PSPPIRE_SPREADSHEET_MODEL_H__ */