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 --- .../evolution-util/evolution-util-docs.sgml | 1 + .../evolution-util/evolution-util-sections.txt | 36 ++++++++++++++++++++++ doc/reference/evolution-util/evolution-util.types | 1 + 3 files changed, 38 insertions(+) (limited to 'doc') diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index 3830450604..57917bd28e 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -265,6 +265,7 @@ + diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 77f380f03e..6399c8c3ba 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4345,6 +4345,42 @@ e_tree_table_adapter_get_type ETreeTableAdapterPrivate +
+e-tree-view-frame +ETreeViewFrame +ETreeViewFrame +e_tree_view_frame_new +e_tree_view_frame_get_tree_view +e_tree_view_frame_set_tree_view +e_tree_view_frame_get_toolbar_visible +e_tree_view_frame_set_toolbar_visible +e_tree_view_frame_get_hscrollbar_policy +e_tree_view_frame_set_hscrollbar_policy +e_tree_view_frame_get_vscrollbar_policy +e_tree_view_frame_set_vscrollbar_policy +e_tree_view_frame_insert_toolbar_action +E_TREE_VIEW_FRAME_ACTION_ADD +E_TREE_VIEW_FRAME_ACTION_REMOVE +E_TREE_VIEW_FRAME_ACTION_MOVE_TOP +E_TREE_VIEW_FRAME_ACTION_MOVE_UP +E_TREE_VIEW_FRAME_ACTION_MOVE_DOWN +E_TREE_VIEW_FRAME_ACTION_MOVE_BOTTOM +E_TREE_VIEW_FRAME_ACTION_SELECT_ALL +e_tree_view_frame_lookup_toolbar_action +e_tree_view_frame_update_toolbar_actions + +E_TREE_VIEW_FRAME +E_IS_TREE_VIEW_FRAME +E_TYPE_TREE_VIEW_FRAME +E_TREE_VIEW_FRAME_CLASS +E_IS_TREE_VIEW_FRAME_CLASS +E_TREE_VIEW_FRAME_GET_CLASS +ETreeViewFrameClass +e_tree_view_frame_get_type + +ETreeViewFramePrivate +
+
e-unicode Unicode Utilities diff --git a/doc/reference/evolution-util/evolution-util.types b/doc/reference/evolution-util/evolution-util.types index bc64175e6d..764fd3cfba 100644 --- a/doc/reference/evolution-util/evolution-util.types +++ b/doc/reference/evolution-util/evolution-util.types @@ -158,6 +158,7 @@ e_tree_model_generator_get_type e_tree_model_get_type e_tree_selection_model_get_type e_tree_table_adapter_get_type +e_tree_view_frame_get_type e_url_entry_get_type e_web_view_get_type e_web_view_gtkhtml_get_type -- cgit