From cdd2651db054ecd6cd92c9d1ad728fff7cd7ff33 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Sat, 23 Aug 2014 17:38:42 +0100 Subject: Add GtkSidebar GtkSidebar behaves internally much like GtkStackSwitcher, providing a vertical sidebar like widget. It is virtually identical in appearance to the widget currently used in GNOME Tweak Tool. This widget is connected to a GtkStack, and builds its own contents as a GtkListBox subclass, using the "title" child property to provide a consistent navigatable widget. Being a subclass of GtkListBox it benefits immediately from strong keyboard navigation, and minimal changes are required for theming. https://bugzilla.gnome.org/show_bug.cgi?id=735293 Signed-off-by: Ikey Doherty --- gtk/gtk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtk.h') diff --git a/gtk/gtk.h b/gtk/gtk.h index b027dc6c7e..330f14a315 100644 --- a/gtk/gtk.h +++ b/gtk/gtk.h @@ -180,6 +180,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1