X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fpsppire-sheet.h;h=55724cc39046d1475dd0b6ed01412a7bd13921de;hb=2afd4629165ac5605142cfbe7a1a3607419cb81d;hp=27c2ed549b2d993cebc916c7573fe7896be3d2b2;hpb=1eb005826d07b540f8595c6ffab0781dea9e5f6b;p=pspp-builds.git diff --git a/lib/gtk-contrib/psppire-sheet.h b/lib/gtk-contrib/psppire-sheet.h index 27c2ed54..55724cc3 100644 --- a/lib/gtk-contrib/psppire-sheet.h +++ b/lib/gtk-contrib/psppire-sheet.h @@ -53,7 +53,7 @@ G_BEGIN_DECLS -/* sheet->state */ +/* sheet->select_status */ enum { PSPPIRE_SHEET_NORMAL, @@ -127,14 +127,11 @@ struct _PsppireSheet /* The type of entry_widget */ GtkType entry_type; - /* expanding selection */ - PsppireSheetCell selection_cell; - /* global selection button */ GtkWidget *button; /* sheet state */ - gint state; + gint select_status; /* selected range */ PsppireSheetRange range;