2003-06-11 Padraig O'Briain <padraig.obriain@sun.com>
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Role.idl
index bf74a79..960562b 100644 (file)
@@ -264,6 +264,12 @@ module Accessibility {
    * are generally ROLE_APPLICATION objects.
    */
   ROLE_APPLICATION,
+  /*
+   * 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.
+   */
+  ROLE_AUTOCOMPLETE,
   /* not a valid role, used for finding end of enumeration. */
   ROLE_LAST_DEFINED
   };