summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-10-03 18:49:48 +0200
committerMatthias Clasen <mclasen@redhat.com>2019-02-10 18:43:59 -0500
commit16024fba7c0e2cee025cbbe4f1241d1a7db63540 (patch)
tree5536e6396a5439eb766dcedcb295cfd0afcd5688 /gtk/gtk.h
parent317b9e638c1097c237c2e65469c1d660dfb2027e (diff)
downloadgtk+-16024fba7c0e2cee025cbbe4f1241d1a7db63540.tar.gz
gtk: Add GtkSelectionModel
The selection model is a list model interface that takes care of selections and is to be used by the list model widgets to manage their selections.
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 e5e1995bc0..90ee2e8654 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -184,6 +184,7 @@
#include <gtk/gtksearchbar.h>
#include <gtk/gtksearchentry.h>
#include <gtk/gtkselection.h>
+#include <gtk/gtkselectionmodel.h>
#include <gtk/gtkseparator.h>
#include <gtk/gtkseparatormenuitem.h>
#include <gtk/gtkseparatortoolitem.h>