X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-sheet.h;h=5e553ec646485f7afab5769bf04cf9161b68d56e;hb=refs%2Fbuilds%2F20130331032538%2Fpspp;hp=9a395a8df30ab2a543b29e1cf7bd0de98ecfa35c;hpb=fa1fffd5c789d9c7875fc3bdf556eaf017cf524e;p=pspp diff --git a/src/ui/gui/psppire-data-sheet.h b/src/ui/gui/psppire-data-sheet.h index 9a395a8df3..5e553ec646 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 @@ -48,6 +48,8 @@ struct _PsppireDataSheet gboolean may_create_vars; gboolean may_delete_vars; + gboolean owns_primary_selection; + guint scroll_to_bottom_signal; guint scroll_to_right_signal;