AccEvents.conf 562 B

12345678910111213141516171819
  1. """ -*- Mode: Python -*-
  2. This Source Code Form is subject to the terms of the Mozilla Public
  3. License, v. 2.0. If a copy of the MPL was not distributed with this
  4. file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. The name of the event which real interface should have nsIAccessible-prefix,
  6. and should be in nsIAccessible<name>.idl file"""
  7. simple_events = [
  8. 'Event',
  9. 'StateChangeEvent',
  10. 'TextChangeEvent',
  11. 'HideEvent',
  12. 'CaretMoveEvent',
  13. 'ObjectAttributeChangedEvent',
  14. 'TableChangeEvent',
  15. 'VirtualCursorChangeEvent'
  16. ]