diff options
author | Mike Gorse <mgorse@novell.com> | 2011-07-12 13:23:02 -0500 |
---|---|---|
committer | Mike Gorse <mgorse@novell.com> | 2011-07-12 13:23:57 -0500 |
commit | 2878d33d08f8bb787300226f053804a50b0fa3eb (patch) | |
tree | 5a7cc61977681d7fde79b71572a14bef89a7c9b4 /docs | |
parent | 186b2b27b4ab1704fec6858c755db1668bef4e76 (diff) | |
download | atk-3.tar.gz |
Add some functions from IA2atk-3
Add atk_component_get_group_position, atk_component_scroll_to,
atk_text_scroll_substring_to, and atk_text_scroll_substring_to_point
Diffstat (limited to 'docs')
-rw-r--r-- | docs/atk-sections.txt | 5 | ||||
-rw-r--r-- | docs/tmpl/atkcomponent.sgml | 21 | ||||
-rw-r--r-- | docs/tmpl/atkobject.sgml | 13 | ||||
-rw-r--r-- | docs/tmpl/atktext.sgml | 26 | ||||
-rw-r--r-- | docs/tmpl/atkutil.sgml | 13 |
5 files changed, 78 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt index a2b2ced..862267c 100644 --- a/docs/atk-sections.txt +++ b/docs/atk-sections.txt @@ -28,10 +28,12 @@ atk_component_get_extents atk_component_get_layer atk_component_get_mdi_zorder atk_component_get_position +atk_component_get_group_position atk_component_get_size atk_component_grab_focus atk_component_ref_accessible_at_point atk_component_remove_focus_handler +atk_component_scroll_to atk_component_set_extents atk_component_set_position atk_component_set_size @@ -416,6 +418,8 @@ atk_text_get_n_selections atk_text_get_selection atk_text_add_selection atk_text_remove_selection +atk_text_scroll_substring_to +atk_text_scroll_substring_to_point atk_text_set_selection atk_text_set_caret_offset atk_attribute_set_free @@ -531,6 +535,7 @@ ATK_STREAMABLE_CONTENT_GET_IFACE <TITLE>AtkUtil</TITLE> AtkUtil AtkCoordType +AtkScrollType atk_add_focus_tracker atk_remove_focus_tracker atk_focus_tracker_init diff --git a/docs/tmpl/atkcomponent.sgml b/docs/tmpl/atkcomponent.sgml index df7a84a..11daa52 100644 --- a/docs/tmpl/atkcomponent.sgml +++ b/docs/tmpl/atkcomponent.sgml @@ -111,6 +111,17 @@ a component changes. @coord_type: +<!-- ##### FUNCTION atk_component_get_group_position ##### --> +<para> + +</para> + +@component: +@group_level: +@similar_items: +@Returns: + + <!-- ##### FUNCTION atk_component_get_size ##### --> <para> @@ -151,6 +162,16 @@ a component changes. @handler_id: +<!-- ##### FUNCTION atk_component_scroll_to ##### --> +<para> + +</para> + +@component: +@scroll_type: +@Returns: + + <!-- ##### FUNCTION atk_component_set_extents ##### --> <para> diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml index 9d6aa88..cae9677 100644 --- a/docs/tmpl/atkobject.sgml +++ b/docs/tmpl/atkobject.sgml @@ -285,6 +285,19 @@ the object changed. @ATK_ROLE_FORM: @ATK_ROLE_LINK: @ATK_ROLE_INPUT_METHOD_WINDOW: +@ATK_ROLE_TABLE_ROW: +@ATK_ROLE_TREE_ITEM: +@ATK_ROLE_DOCUMENT_SPREADSHEET: +@ATK_ROLE_DOCUMENT_PRESENTATION: +@ATK_ROLE_DOCUMENT_TEXT: +@ATK_ROLE_DOCUMENT_WEB: +@ATK_ROLE_DOCUMENT_EMAIL: +@ATK_ROLE_COMMENT: +@ATK_ROLE_LIST_BOX: +@ATK_ROLE_GROUPING: +@ATK_ROLE_IMAGE_MAP: +@ATK_ROLE_NOTIFICATION: +@ATK_ROLE_INFO_BAR: @ATK_ROLE_LAST_DEFINED: <!-- ##### FUNCTION atk_role_register ##### --> diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml index af3360e..b20507c 100644 --- a/docs/tmpl/atktext.sgml +++ b/docs/tmpl/atktext.sgml @@ -405,6 +405,32 @@ an object which implements AtkText changes. @Returns: +<!-- ##### FUNCTION atk_text_scroll_substring_to ##### --> +<para> + +</para> + +@text: +@start_index: +@end_index: +@scroll_type: +@Returns: + + +<!-- ##### FUNCTION atk_text_scroll_substring_to_point ##### --> +<para> + +</para> + +@text: +@start_index: +@end_index: +@x: +@y: +@coord_type: +@Returns: + + <!-- ##### FUNCTION atk_text_set_selection ##### --> <para> diff --git a/docs/tmpl/atkutil.sgml b/docs/tmpl/atkutil.sgml index 6331d36..ae5487a 100644 --- a/docs/tmpl/atkutil.sgml +++ b/docs/tmpl/atkutil.sgml @@ -36,6 +36,19 @@ The AtkUtil struct does not contain any fields. @ATK_XY_SCREEN: @ATK_XY_WINDOW: +<!-- ##### ENUM AtkScrollType ##### --> +<para> + +</para> + +@ATK_SCROLL_TYPE_TOP_LEFT: +@ATK_SCROLL_TYPE_BOTTOM_RIGHT: +@ATK_SCROLL_TYPE_TOP_EDGE: +@ATK_SCROLL_TYPE_BOTTOM_EDGE: +@ATK_SCROLL_TYPE_LEFT_EDGE: +@ATK_SCROLL_TYPE_RIGHT_EDGE: +@ATK_SCROLL_TYPE_ANYWHERE: + <!-- ##### FUNCTION atk_add_focus_tracker ##### --> <para> |