diff options
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 |