diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-02 18:50:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-02 22:59:03 -0400 |
commit | 76533513c2e94fd973c97350705365543d28917d (patch) | |
tree | da9d64908be78b0b9094ddacd53b68e8e734bc79 /gtk/gtk.h | |
parent | 0d3988365b11d9dfa7f853a621812e307bc03b3d (diff) | |
download | gtk+-76533513c2e94fd973c97350705365543d28917d.tar.gz |
Add a selection filter model
This model presents the selection of a GtkSelectionModel
as its own list model.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -213,6 +213,7 @@ #include <gtk/gtkscrolledwindow.h> #include <gtk/gtksearchbar.h> #include <gtk/gtksearchentry.h> +#include <gtk/gtkselectionfiltermodel.h> #include <gtk/gtkselectionmodel.h> #include <gtk/gtkseparator.h> #include <gtk/gtksettings.h> |