X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-sheet.h;h=8497e2c1155ff23a5bc5cc1e5b3bdaa76433c5c0;hb=76f722cdfd6475f8ae2d98139ea596adfcdb47be;hp=a94bad7c77c88872deec64152066603dc2f89b5c;hpb=49c2b0578e7d9329a8c0292c2ed713005347af84;p=pspp diff --git a/src/ui/gui/psppire-data-sheet.h b/src/ui/gui/psppire-data-sheet.h index a94bad7c77..8497e2c115 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,9 +48,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; @@ -86,7 +91,7 @@ void psppire_data_sheet_set_may_create_vars (PsppireDataSheet *, gboolean); gboolean psppire_data_sheet_get_may_delete_vars (PsppireDataSheet *); void psppire_data_sheet_set_may_delete_vars (PsppireDataSheet *, gboolean); -void psppire_data_sheet_show_variable (PsppireDataSheet *, gint dict_index); +void psppire_data_sheet_goto_variable (PsppireDataSheet *, gint dict_index); struct variable *psppire_data_sheet_get_current_variable (const PsppireDataSheet *); void psppire_data_sheet_goto_case (PsppireDataSheet *, gint case_index);