diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-12-02 23:43:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 19:26:44 -0400 |
commit | 6d68c536f3f35bf887975e7a9a5bd491c5437e66 (patch) | |
tree | 7f8cafe3ad74e73be80b8ddcacfa366475edad7c /gtk/gtk.h | |
parent | e74a9d09e65f15fdc569db0cf34eefd89aa2d3a5 (diff) | |
download | gtk+-6d68c536f3f35bf887975e7a9a5bd491c5437e66.tar.gz |
Add GtkStringSorter
This is a GtkSorter implementation collating strings
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ #include <gtk/gtkstackswitcher.h> #include <gtk/gtkstatusbar.h> #include <gtk/gtkstringfilter.h> +#include <gtk/gtkstringsorter.h> #include <gtk/gtkstylecontext.h> #include <gtk/gtkstyleprovider.h> #include <gtk/gtkswitch.h> |