X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-spreadsheet-model.h;h=0366ad4bc18db7c59cf2bb141293994b164cec0a;hb=4ad4fcab6c886b1a6f29769a374b67b2f60173a9;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..0366ad4bc1 100644 --- a/src/ui/gui/psppire-spreadsheet-model.h +++ b/src/ui/gui/psppire-spreadsheet-model.h @@ -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__ */