X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidget-io.h;h=ee708f5426592d7337bd552d45b59da5d75a4635;hb=d1d0556e538bf04cb0b991b7acb205c144a2f826;hp=0fdb8caae7941557cddb22c4fd3d732d48f484ee;hpb=d709bb3de888c933c34064440b5431c9b62d9103;p=pspp diff --git a/src/ui/gui/widget-io.h b/src/ui/gui/widget-io.h index 0fdb8caae7..ee708f5426 100644 --- a/src/ui/gui/widget-io.h +++ b/src/ui/gui/widget-io.h @@ -25,14 +25,3 @@ The returned string should be freed when no longer required. */ gchar * widget_printf (const gchar *fmt, ...); - -/* - Returns a GtkHBox populated with an GtkLabel and GtkEntry widgets. - Each conversion in FMT will cause a GtkEntry (possibly a GtkSpinButton) to - be created. Any text between conversions produces a GtkLabel. - There should be N arguments following FMT should be of type GtkEntry **, - where N is the number of conversions. - These arguments will be filled with a pointer to the corresponding widgets. - Their properties may be changed, but they should not be unrefed. - */ -GtkWidget *widget_scanf (const gchar *fmt, ...);