X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-scanf.h;h=a2ef479100ec03a3a87f59f019fc72b887ac986a;hb=9d1bfb34842de4a129140622ee3d800297c0e69d;hp=4d22aafcb9ecc0069d75fd078a49c4759a35cbe8;hpb=efcd93af16dfc6c6c9f60b71d94cc091d2417e17;p=pspp diff --git a/src/ui/gui/psppire-scanf.h b/src/ui/gui/psppire-scanf.h index 4d22aafcb9..a2ef479100 100644 --- a/src/ui/gui/psppire-scanf.h +++ b/src/ui/gui/psppire-scanf.h @@ -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