Write message to status bar on saving syntax files
[pspp] / src / ui / gui / psppire-syntax-window.h
index c434e07fab74bee695c23fa3c7817c818221e61f..2144b86fe6f44165575e93c8eb232e458471b19a 100644 (file)
@@ -49,6 +49,8 @@ struct _PsppireSyntaxWindow
 
   GtkTextBuffer *buffer;  /* The buffer which contains the text */
   struct lexer *lexer;    /* Lexer to parse syntax */
+  GtkWidget *sb;
+  guint text_context;
 };
 
 struct _PsppireSyntaxWindowClass