struct export_settings_text *gui_export_text_show(); struct export_settings_text { struct export_settings settings; gboolean script_properties; gboolean comments; gboolean use_comma; gboolean double_space; gboolean column_start; gboolean column_end; gboolean column_style; gboolean column_name; gboolean column_text; };