X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.h;h=661aaa766966179ad73017521f45acd9a3f97a0d;hb=724be9e4720784aafeac395b3f6df47a89fc5e07;hp=3e4edf87ade076ab2e084f5392d7a77d1a5c6a6a;hpb=60429959d82cbe0d27be3c150bb89c4a237cb3e8;p=pspp-builds.git diff --git a/src/ui/gui/psppire-syntax-window.h b/src/ui/gui/psppire-syntax-window.h index 3e4edf87..661aaa76 100644 --- a/src/ui/gui/psppire-syntax-window.h +++ b/src/ui/gui/psppire-syntax-window.h @@ -20,10 +20,8 @@ #include #include -#include -#include -#include "psppire-window.h" #include +#include "psppire-window.h" G_BEGIN_DECLS @@ -48,11 +46,20 @@ struct _PsppireSyntaxWindow /* */ GtkTextBuffer *buffer; /* The buffer which contains the text */ - struct lexer *lexer; /* Lexer to parse syntax */ GtkWidget *sb; guint text_context; gchar *cliptext; + + GtkAction *edit_cut; + GtkAction *edit_copy; + GtkAction *edit_delete; + GtkAction *edit_paste; + + gulong ps_handler; + gulong sel_handler; + + gboolean dispose_has_run; }; struct _PsppireSyntaxWindowClass