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/makefile.msc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/makefile.msc.in') diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in index 619b87de92..3ee1baaaa2 100644 --- a/gtk/makefile.msc.in +++ b/gtk/makefile.msc.in @@ -283,6 +283,7 @@ gtk_OBJECTS = \ gtkseparatortoolitem.obj \ gtksettings.obj \ gtkshow.obj \ + gtksidebar.obj \ gtksizegroup.obj \ gtksizerequest.obj \ gtkspinbutton.obj \ @@ -475,6 +476,7 @@ gtk_public_h_sources = \ gtkseparatortoolitem.h \ gtksettings.h \ gtkshow.h \ + gtksidebar.h \ gtksizegroup.h \ gtksizerequest.h \ gtksocket.h \ -- cgit v1.2.1