X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.h;h=43dd1b914b4391aaaa2489fa18b919e2cf40d22a;hb=514d9af1f690c316a5ad501aa0083ba6c1e00e56;hp=ce4beac203488b04625af52088d9bbaef0242064;hpb=fd4b99dc5367c6cd8f4ef2d9a151d001676eef7f;p=pspp diff --git a/src/ui/gui/psppire-syntax-window.h b/src/ui/gui/psppire-syntax-window.h index ce4beac203..43dd1b914b 100644 --- a/src/ui/gui/psppire-syntax-window.h +++ b/src/ui/gui/psppire-syntax-window.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2010, 2011 Free Software Foundation + Copyright (C) 2008, 2010, 2011, 2016 Free Software Foundation 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 @@ -23,10 +23,7 @@ #include #include "psppire-window.h" -#include -#include -#include -#include +#include G_BEGIN_DECLS @@ -67,6 +64,9 @@ struct _PsppireSyntaxWindow GSimpleAction *edit_copy; GSimpleAction *edit_delete; GSimpleAction *edit_paste; + GSimpleAction *edit_find; + + GtkEntryBuffer *search_text_buffer; gulong ps_handler; gulong sel_handler;