Home
last modified time | relevance | path

Searched refs:get_list_store (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/czkawka/czkawka-3.3.1/czkawka_gui/src/
H A Dconnect_selection_of_directories.rs2 use crate::help_functions::get_list_store;
33 let list_store = get_list_store(&tree_view_included_directories); in connect_selection_of_directories()
74 let list_store = get_list_store(&tree_view_excluded_directories); in connect_selection_of_directories()
104 let list_store = get_list_store(&tree_view_included_directories); in connect_selection_of_directories()
132 let list_store = get_list_store(&tree_view_excluded_directories); in connect_selection_of_directories()
147 let list_store = get_list_store(&tree_view_excluded_directories); in connect_selection_of_directories()
162 let list_store = get_list_store(&tree_view_included_directories); in connect_selection_of_directories()
H A Dconnect_button_search.rs145 get_list_store(&tree_view_duplicate_finder).clear(); in connect_button_search()
198 get_list_store(&tree_view_empty_files_finder).clear(); in connect_button_search()
219 get_list_store(&tree_view_empty_folder_finder).clear(); in connect_button_search()
237 get_list_store(&tree_view_big_files_finder).clear(); in connect_button_search()
260 get_list_store(&tree_view_temporary_files_finder).clear(); in connect_button_search()
282 get_list_store(&tree_view_similar_images_finder).clear(); in connect_button_search()
355 get_list_store(&tree_view_zeroed_files_finder).clear(); in connect_button_search()
376 get_list_store(&tree_view_same_music_finder).clear(); in connect_button_search()
427 get_list_store(&tree_view_invalid_symlinks).clear(); in connect_button_search()
447 get_list_store(&tree_view_broken_files).clear(); in connect_button_search()
H A Dconnect_popovers.rs12 let model = get_list_store(tree_view); in popover_select_all()
26 let model = get_list_store(tree_view); in popover_unselect_all()
40 let model = get_list_store(tree_view); in popover_reverse()
56 let model = get_list_store(tree_view); in popover_all_except_oldest()
112 let model = get_list_store(tree_view); in popover_all_except_newest()
168 let model = get_list_store(tree_view); in popover_one_oldest()
224 let model = get_list_store(tree_view); in popover_one_newest()
358 let model = get_list_store(tree_view); in popover_select_custom()
476 let model = get_list_store(tree_view);
519 let model = get_list_store(tree_view);
[all …]
H A Dsaving_loading.rs44 let list_store = get_list_store(&tree_view_included_directories); in save_configuration()
57 let list_store = get_list_store(&tree_view_excluded_directories); in save_configuration()
454 let list_store = get_list_store(&tree_view_included_directories); in load_configuration()
464 let list_store = get_list_store(&tree_view_excluded_directories); in load_configuration()
519 let list_store = get_list_store(&tree_view_included_directories); in reset_configuration()
543 let list_store = get_list_store(&tree_view_excluded_directories); in reset_configuration()
H A Dconnect_compute_results.rs112 let list_store = get_list_store(&tree_view_duplicate_finder); in connect_compute_results()
300 let list_store = get_list_store(&tree_view_empty_folder_finder); in connect_compute_results()
350 let list_store = get_list_store(&tree_view_empty_files_finder); in connect_compute_results()
401 let list_store = get_list_store(&tree_view_big_files_finder); in connect_compute_results()
458 let list_store = get_list_store(&tree_view_temporary_files_finder); in connect_compute_results()
509 let list_store = get_list_store(&tree_view_similar_images_finder); in connect_compute_results()
603 let list_store = get_list_store(&tree_view_zeroed_files_finder); in connect_compute_results()
661 let list_store = get_list_store(&tree_view_same_music_finder); in connect_compute_results()
797 let list_store = get_list_store(&tree_view_invalid_symlinks); in connect_compute_results()
856 let list_store = get_list_store(&tree_view_broken_files); in connect_compute_results()
H A Dcreate_tree_view.rs6 let model = get_list_store(tree_view); in create_tree_view_duplicates()
64 let model = get_list_store(tree_view); in create_tree_view_empty_folders()
114 let model = get_list_store(tree_view); in create_tree_view_big_files()
173 let model = get_list_store(tree_view); in create_tree_view_temporary_files()
223 let model = get_list_store(tree_view); in create_tree_view_empty_files()
273 let model = get_list_store(tree_view); in create_tree_view_similar_images()
374 let model = get_list_store(tree_view); in create_tree_view_zeroed_files()
433 let model = get_list_store(tree_view); in create_tree_view_same_music()
557 let model = get_list_store(tree_view); in create_tree_view_invalid_symlinks()
625 let model = get_list_store(tree_view); in create_tree_view_broken_files()
H A Dconnect_button_delete.rs203 let model = get_list_store(tree_view); in check_if_deleting_all_files_in_group()
285 let model = get_list_store(tree_view); in empty_folder_remover()
386 let model = get_list_store(tree_view); in basic_remove()
436 let model = get_list_store(tree_view); in tree_remove()
H A Dhelp_functions.rs137 let list_store: gtk::ListStore = get_list_store(tree_view); in get_string_from_list_store()
268 pub fn get_list_store(tree_view: &gtk::TreeView) -> ListStore { in get_list_store() function
H A Dconnect_button_move.rs166 let model = get_list_store(&tree_view); in move_with_tree()
292 let model = get_list_store(&tree_view); in move_with_list()
H A Dconnect_button_hardlink.rs65 let model = get_list_store(&tree_view); in hardlink_symlink()
H A Dinitialize_gui.rs564 let list_store = get_list_store(tree_view); in initialize_gui()
596 let list_store = get_list_store(tree_view); in initialize_gui()
H A Ddouble_click_opening.rs139 let model = get_list_store(tree_view); in common_mark_function()
/dports/astro/siril/siril/src/gui/
H A Dsequence_list.c125 static void get_list_store() { in get_list_store() function
145 get_list_store(); in add_image_to_sequence_list()
195 get_list_store(); in sequence_list_change_selection()
219 get_list_store(); in get_image_index_from_path()
238 get_list_store(); in unselect_select_frame_from_list()
468 get_list_store(); in on_ref_frame_toggled()
514 get_list_store(); in sequence_list_change_current()
536 get_list_store(); in sequence_list_change_reference()
555 get_list_store(); in clear_sequence_list()
/dports/emulators/kcemu/KCemu-0.5.1/src/libgtkex/
H A Dgtkfilebutton.c87 get_list_store(const gchar *recent_group) in get_list_store() function
157 GtkListStore *store = get_list_store(filebutton->recent_group); in gtk_filebutton_set_recent_group()