X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpspp-sheet-view.h;h=a80b5452b4ab8622b527f43ab5a6162b1543a6fe;hb=d9c6597d5b7a0fb3211d5ba0696b0c9681c776c0;hp=3df7360e68f7a507b058ba8fd7b093b34cfea460;hpb=29deed6b37a5e2361e64fc81303729b90f506248;p=pspp diff --git a/src/ui/gui/pspp-sheet-view.h b/src/ui/gui/pspp-sheet-view.h index 3df7360e68..a80b5452b4 100644 --- a/src/ui/gui/pspp-sheet-view.h +++ b/src/ui/gui/pspp-sheet-view.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2012 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 @@ -412,6 +412,9 @@ void pspp_sheet_view_set_tooltip_column (PsppSheetView *tree_view gint column); gint pspp_sheet_view_get_tooltip_column (PsppSheetView *tree_view); +void pspp_sheet_view_stop_editing (PsppSheetView *tree_view, + gboolean cancel_editing); + G_END_DECLS