summaryrefslogtreecommitdiff
path: root/gtk/makefile.msc.in
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/makefile.msc.in
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/makefile.msc.in')
-rw-r--r--gtk/makefile.msc.in2
1 files changed, 2 insertions, 0 deletions
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 \