Home
last modified time | relevance | path

Searched refs:import_path_entry (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_typedefs.h314 GtkWidget *import_path_entry; member
H A Dui2_editor.c4191 path = remove_trailing_slash(ui_edit_entry_get(ed->import_path_entry)); in widget_window_import_cb()
4196 tab_completion_append_to_history(ed->import_path_entry, path); in widget_window_import_cb()
4200 tab_completion_append_to_history(ed->import_path_entry, path); in widget_window_import_cb()
4299 …combo = tab_completion_new_with_history(&ed->import_path_entry, NULL, "SLIK_import", 16, NULL, NUL… in widget_window_setup()