X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=cspi%2Fspi-roletypes.h;h=c3b5a1f1ae747169ae7e20b66e3eadede89d54e2;hb=a96d94717bba73bdcbe7666a296011ca699a5e77;hp=bcc1e86d15d7dc15c407b4a90e298a7fe3937ef2;hpb=0c5a81f27dfbae31a499393e94ac271e684e192f;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/cspi/spi-roletypes.h b/cspi/spi-roletypes.h index bcc1e86..c3b5a1f 100644 --- a/cspi/spi-roletypes.h +++ b/cspi/spi-roletypes.h @@ -141,6 +141,8 @@ extern "C" { * @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 @@ -227,6 +229,7 @@ typedef enum SPI_ROLE_RULER, SPI_ROLE_APPLICATION, SPI_ROLE_AUTOCOMPLETE, + SPI_ROLE_EDITBAR, SPI_ROLE_LAST_DEFINED } AccessibleRole;