Lines Matching refs:set_string

64       fch_wid << set_string ("return", scm_unquote (s));  in apply()
71 if (dir == "#f") fch_wid << set_string ("return", "#f"); in apply()
74 fch_wid << set_string ("directory", dir); in apply()
79 fch_wid << set_string ("directory", "~"); in apply()
82 fch_wid << set_string ("directory", in apply()
89 fch_wid << set_string ("return", scm_unquote (s)); in apply()
96 fch_wid << set_string ("return", scm_unquote (s)); in apply()
100 fch_wid << set_string ("return", "#f"); in apply()
106 fch_wid << set_string ("suffixes", scm_unquote (sxs)); in apply()
119 if (s == "#f") fch_wid << set_string ("return", "#f"); in apply()
120 else inp << set_string ("input", scm_unquote (s)); in apply()
253 fch_wid << set_string ("directory", name); in handle_mouse()
255 else fch_wid << set_string ("return", s); in handle_mouse()
259 if (!dir_flag) fch_wid << set_string ("file", s); in handle_mouse()
389 fileChooser << set_string("directory", driveLetter); in apply()
414 if (type == CHANGE_DIR) ww[2] << set_string ("type", "directory"); in input_widget()
577 a[0]["suffixes"]["input"] << set_string ("input", s); in file_chooser_widget_rep()
601 a[0]["directory"]["input"] << set_string ("input", dir); in handle_set_string()
602 a[0]["list"]["directories"] << set_string ("directory", dir); in handle_set_string()
605 a[0]["list"]["files"] << set_string ("directory", dir); in handle_set_string()
610 a[0]["file"]["input"] << set_string ("input", ev->s); in handle_set_string()
615 a[0]["image"]["image"] << set_string ("name", name); in handle_set_string()
624 a[0]["directory"]["input"] << set_string ("input", s); in handle_set_string()
629 a[0]["file"]["input"] << set_string ("input", s * suffix[0]); in handle_set_string()
631 a[0]["file"]["input"] << set_string ("input", s); in handle_set_string()
642 a[0]["suffixes"]["input"] << set_string ("input", s); in handle_set_string()
657 a[0]["list"]["directories"] << set_string ("directory", scm_unquote (dir)); in handle_set_string()
658 a[0]["list"]["files"] << set_string ("directory", scm_unquote (dir)); in handle_set_string()
697 this << set_string ("return", "#f"); in handle_destroy()