aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/evolution-util/evolution-util-sections.txt
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-24 22:21:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-26 02:44:11 +0800
commit9ae72cb11c81a6eabc97655816c680186b33668c (patch)
tree7fbe6941ddc91ad368f30859198705a38b67708f /doc/reference/evolution-util/evolution-util-sections.txt
parenta8773bf1306ebc1cd81100ca8c8184a873ad6696 (diff)
downloadgsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar
gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar.gz
gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar.bz2
gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar.lz
gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar.xz
gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar.zst
gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.zip
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
Diffstat (limited to 'doc/reference/evolution-util/evolution-util-sections.txt')
-rw-r--r--doc/reference/evolution-util/evolution-util-sections.txt36
1 files changed, 36 insertions, 0 deletions
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
@@ -4346,6 +4346,42 @@ ETreeTableAdapterPrivate
</SECTION>
<SECTION>
+<FILE>e-tree-view-frame</FILE>
+<TITLE>ETreeViewFrame</TITLE>
+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
+<SUBSECTION Standard>
+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
+<SUBSECTION Private>
+ETreeViewFramePrivate
+</SECTION>
+
+<SECTION>
<FILE>e-unicode</FILE>
<TITLE>Unicode Utilities</TITLE>
e_utf8_from_gtk_event_key