PsppSheetView resize handler: Do nothing if the widget is not realized
[pspp] / src / ui / gui / helper.h
index 25b9d50a0cb6b52f1dc9557f77d4cdd62e3ca004..be0b1ad480b3251210dfabb53afee4034c0d9ba6 100644 (file)
@@ -44,8 +44,11 @@ null_if_empty_param (const gchar *name, const gchar *nick,
   return param;
 }
 
+char *escape_underscores (const char *);
 
 gchar * value_to_text (union value v, const struct variable *);
+gchar * value_to_text__ (union value v, const struct fmt_spec *,
+                         const char *encoding);
 
 
 union value *