From 9ae72cb11c81a6eabc97655816c680186b33668c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 24 Jun 2013 10:21:43 -0400 Subject: Add ETreeViewFrame. ETreeViewFrame embeds a GtkTreeView in a scrolled window and adds an inline-style toolbar beneath the scrolled window which can be hidden. The inline-style toolbar supports "add" and "remove" actions, as well as move actions if the tree view is reorderable and selection actions if the tree view supports multiple selections. The action set can be extended through e_tree_view_frame_insert_toolbar_action(). This also adds a small demo program: test-tree-view-frame --- e-util/e-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 012c91d790..980c27932c 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -212,6 +212,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3