diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-12-24 15:32:59 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 22:27:54 -0400 |
commit | d17f224e71d91bf31bef9102397b25f71431f2b6 (patch) | |
tree | afc6008f1df9604fac499a8009dc58e01db75582 /docs | |
parent | b73be6e344191b184e1b4a158104372789d1cba0 (diff) | |
download | gtk+-columnview-work.tar.gz |
Add search supportcolumnview-work
Add a filter to GtkListBase, and move the selection
to the first matching item whenever the filter changes.
This is meant to be used with single selection and
a string filter that is hooked up to a search entry.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 3b51ccde9a..b7db31d99b 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -481,6 +481,9 @@ gtk_list_view_set_single_click_activate gtk_list_view_get_single_click_activate gtk_list_view_set_enable_rubberband gtk_list_view_get_enable_rubberband +gtk_list_view_set_search_filter +gtk_list_view_get_search_filter +gtk_list_view_next_match <SUBSECTION Standard> GTK_LIST_VIEW GTK_LIST_VIEW_CLASS @@ -511,6 +514,9 @@ gtk_column_view_set_single_click_activate gtk_column_view_get_single_click_activate gtk_column_view_set_enable_rubberband gtk_column_view_get_enable_rubberband +gtk_column_view_set_search_filter +gtk_column_view_get_search_filter +gtk_column_view_next_match <SUBSECTION Standard> GTK_COLUMN_VIEW GTK_COLUMN_VIEW_CLASS @@ -565,6 +571,9 @@ gtk_grid_view_set_single_click_activate gtk_grid_view_get_single_click_activate gtk_grid_view_set_enable_rubberband gtk_grid_view_get_enable_rubberband +gtk_grid_view_set_search_filter +gtk_grid_view_get_search_filter +gtk_grid_view_next_match <SUBSECTION Standard> GTK_GRID_VIEW GTK_GRID_VIEW_CLASS |