X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.h;h=9da7c86996c6335d6b38866982f91ae0c5a9cfc0;hb=04ffc94fe6e7940dd49bf3185048ba99aee58442;hp=3816a1319f8d6d57b0ee11fcc03823b0bbcf4860;hpb=aca5e0c21bb5f2cc509ea1fb0ec5ba5be4faaf7d;p=pspp diff --git a/src/ui/gui/psppire-syntax-window.h b/src/ui/gui/psppire-syntax-window.h index 3816a1319f..9da7c86996 100644 --- a/src/ui/gui/psppire-syntax-window.h +++ b/src/ui/gui/psppire-syntax-window.h @@ -51,6 +51,13 @@ struct _PsppireSyntaxWindow 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; }; struct _PsppireSyntaxWindowClass