summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-02 18:50:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-02 22:59:03 -0400
commit76533513c2e94fd973c97350705365543d28917d (patch)
treeda9d64908be78b0b9094ddacd53b68e8e734bc79 /gtk/gtk.h
parent0d3988365b11d9dfa7f853a621812e307bc03b3d (diff)
downloadgtk+-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index ed85587d73..50c23caf26 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -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>