Added use-underline and mnemonic-widget properties to PsppireScanf
[pspp-builds.git] / src / ui / gui / psppire-scanf.h
index 4d22aafcb9ecc0069d75fd078a49c4759a35cbe8..a2ef479100ec03a3a87f59f019fc72b887ac986a 100644 (file)
@@ -47,6 +47,9 @@ struct _PsppireScanf
   GtkWidget **widgets;
   char_directives d;
 
+  gboolean use_underline;
+  GtkWidget *mnemonic_widget;
+
   gboolean dispose_has_run;
 };
 
@@ -59,6 +62,8 @@ struct _PsppireScanfClass
 
 GType          psppire_scanf_get_type        (void);
 GtkWidget*     psppire_scanf_new             (const gchar *fmt, ...);
+GtkWidget *    psppire_scanf_get_child (PsppireScanf *w, gint n);
+
 
 G_END_DECLS