X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.h;h=2b1fe03f4d00894fc1af62e5b063873759a69f9f;hb=fd01afaa6575389277892cc45a1895571743184d;hp=3816a1319f8d6d57b0ee11fcc03823b0bbcf4860;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/ui/gui/psppire-syntax-window.h b/src/ui/gui/psppire-syntax-window.h index 3816a1319f..2b1fe03f4d 100644 --- a/src/ui/gui/psppire-syntax-window.h +++ b/src/ui/gui/psppire-syntax-window.h @@ -48,9 +48,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