X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-spreadsheet-model.h;h=e60e3fa99cf66e62c43e5f6fdfe88d833d3b2a0a;hb=91240a3a96a0ffed8b1bcc4866378b4d865e6f6e;hp=94be3c397ef75f3ac4b1fc0d9b640eb6e7433cea;hpb=1a1321ce12a028bd7e3fc05adb7951b38c193f0a;p=pspp diff --git a/src/ui/gui/psppire-spreadsheet-model.h b/src/ui/gui/psppire-spreadsheet-model.h index 94be3c397e..e60e3fa99c 100644 --- a/src/ui/gui/psppire-spreadsheet-model.h +++ b/src/ui/gui/psppire-spreadsheet-model.h @@ -82,4 +82,14 @@ 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_COL_SHEET_ROWS, + PSPPIRE_SPREADSHEET_MODEL_COL_SHEET_COLUMNS, + PSPPIRE_SPREADSHEET_MODEL_N_COLS +}; + #endif /* __PSPPIRE_SPREADSHEET_MODEL_H__ */