X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cspi%2Fspi-roletypes.h;h=c3b5a1f1ae747169ae7e20b66e3eadede89d54e2;hb=a96d94717bba73bdcbe7666a296011ca699a5e77;hp=1f62016940bab6cc7cc7cc9025e6b3e2af2600af;hpb=1a21cefeaa962de986a3533824611c8bc5c9cc97;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/cspi/spi-roletypes.h b/cspi/spi-roletypes.h index 1f62016..c3b5a1f 100644 --- a/cspi/spi-roletypes.h +++ b/cspi/spi-roletypes.h @@ -138,6 +138,11 @@ extern "C" { * which it controls (should have CONTROLLER_FOR relation to such). * @SPI_ROLE_APPLICATION: An object which corresponds to a desktop application, * which may have children of @SPI_ROLE_FRAME or other type. + * @SPI_ROLE_AUTOCOMPLETE: The object is a dialog or list containing items for + * insertion into an entry widget, for instance a list + * of words for completion of a text entry. + * @SPI_ROLE_EDITBAR: The object is an editable text object in a toolbar + * @SPI_ROLE_LAST_DEFINED: Used to determine the end of the role enumeration. * * Describes the role of an object @@ -223,6 +228,8 @@ typedef enum SPI_ROLE_PARAGRAPH, SPI_ROLE_RULER, SPI_ROLE_APPLICATION, + SPI_ROLE_AUTOCOMPLETE, + SPI_ROLE_EDITBAR, SPI_ROLE_LAST_DEFINED } AccessibleRole;