X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fatk.git;a=blobdiff_plain;f=atk%2Fatkutil.h;h=2bac963116526f93f779b649d1784f171fbddcd8;hp=d69df88fed5f00144aaa732cd89a3f7f0abfa90d;hb=625ab2ab4abce26ede44aa2fbc6c0bd39daf11a0;hpb=d438774da6a23de62bb97e0f7a7684630d8fc0ec diff --git a/atk/atkutil.h b/atk/atkutil.h index d69df88..2bac963 100644 --- a/atk/atkutil.h +++ b/atk/atkutil.h @@ -176,15 +176,18 @@ GType atk_util_get_type (void); /** *AtkCoordType: *@ATK_XY_SCREEN: specifies xy coordinates relative to the screen - *@ATK_XY_WINDOW: specifies xy coordinates relative to the widget's + *@ATK_XY_WINDOW: specifies xy coordinates relative to the widget's * top-level window + *@ATK_XY_PARENT: specifies xy coordinates relative to the widget's + * immediate parent. Since: 2.30 * *Specifies how xy coordinates are to be interpreted. Used by functions such *as atk_component_get_position() and atk_text_get_character_extents() **/ typedef enum { ATK_XY_SCREEN, - ATK_XY_WINDOW + ATK_XY_WINDOW, + ATK_XY_PARENT }AtkCoordType; ATK_DEPRECATED_IN_2_10