diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-24 22:21:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-26 02:44:11 +0800 |
commit | 9ae72cb11c81a6eabc97655816c680186b33668c (patch) | |
tree | 7fbe6941ddc91ad368f30859198705a38b67708f /doc | |
parent | a8773bf1306ebc1cd81100ca8c8184a873ad6696 (diff) | |
download | gsoc2013-evolution-9ae72cb11c81a6eabc97655816c680186b33668c.tar.gz 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')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 36 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util.types | 1 |
3 files changed, 38 insertions, 0 deletions
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 @@ <xi:include href="xml/e-spell-entry.xml"/> <xi:include href="xml/e-timezone-dialog.xml"/> <xi:include href="xml/e-tree-model-generator.xml"/> + <xi:include href="xml/e-tree-view-frame.xml"/> <xi:include href="xml/e-url-entry.xml"/> </chapter> 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 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 |