X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-sheet.h;h=05fa69c7b1aca64b80a6b59d37c9c1c363b69ca9;hb=aa6f8e301fab021ba2fea720a162e506612ba29f;hp=9a395a8df30ab2a543b29e1cf7bd0de98ecfa35c;hpb=ff5e81803b409939e921211f1ffd46cb24df33e9;p=pspp diff --git a/src/ui/gui/psppire-data-sheet.h b/src/ui/gui/psppire-data-sheet.h index 9a395a8df3..05fa69c7b1 100644 --- a/src/ui/gui/psppire-data-sheet.h +++ b/src/ui/gui/psppire-data-sheet.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2011, 2012, 2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ #ifndef PSPPIRE_DATA_SHEET_H #define PSPPIRE_DATA_SHEET_H 1 +#error "Do not include this file" + /* PsppireDataSheet is a PsppSheetView that displays the data in a dataset, with one column per variable and one row per case. @@ -48,9 +50,14 @@ struct _PsppireDataSheet gboolean may_create_vars; gboolean may_delete_vars; + gboolean owns_primary_selection; + guint scroll_to_bottom_signal; guint scroll_to_right_signal; + GtkClipboard *clip; + guint on_owner_change_signal; + PsppSheetViewColumn *new_variable_column; GtkBuilder *builder;