summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorIkey Doherty <michael.i.doherty@intel.com>2014-08-23 17:38:42 +0100
committerMatthias Clasen <mclasen@redhat.com>2014-10-01 00:44:46 -0400
commitcdd2651db054ecd6cd92c9d1ad728fff7cd7ff33 (patch)
treece1487a7ac87c399581be1b30d4fe80759a92f22 /gtk/gtk.h
parent3b08ba24b31702bd85901c8141d43d90fc6a2df4 (diff)
downloadgtk+-cdd2651db054ecd6cd92c9d1ad728fff7cd7ff33.tar.gz
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 <michael.i.doherty@intel.com>
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 b027dc6c7e..330f14a315 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -180,6 +180,7 @@
#include <gtk/gtkseparatortoolitem.h>
#include <gtk/gtksettings.h>
#include <gtk/gtkshow.h>
+#include <gtk/gtksidebar.h>
#include <gtk/gtksizegroup.h>
#include <gtk/gtksizerequest.h>
#include <gtk/gtkspinbutton.h>