Classes | |
class | wxAccessible |
The wxAccessible class allows wxWidgets applications, and wxWidgets itself, to return extended information about user interface elements to client applications such as screen readers. More... | |
Macros | |
#define | wxACC_STATE_SYSTEM_ALERT_HIGH 0x00000001 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_ALERT_MEDIUM 0x00000002 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_ALERT_LOW 0x00000004 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_ANIMATED 0x00000008 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_BUSY 0x00000010 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_CHECKED 0x00000020 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_COLLAPSED 0x00000040 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_DEFAULT 0x00000080 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_EXPANDED 0x00000100 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_EXTSELECTABLE 0x00000200 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_FLOATING 0x00000400 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_FOCUSABLE 0x00000800 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_FOCUSED 0x00001000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_HOTTRACKED 0x00002000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_INVISIBLE 0x00004000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_MARQUEED 0x00008000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_MIXED 0x00010000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_MULTISELECTABLE 0x00020000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_OFFSCREEN 0x00040000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_PRESSED 0x00080000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_PROTECTED 0x00100000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_READONLY 0x00200000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_SELECTABLE 0x00400000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_SELECTED 0x00800000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_SELFVOICING 0x01000000 |
Represents a status of the system. More... | |
#define | wxACC_STATE_SYSTEM_UNAVAILABLE 0x02000000 |
Represents a status of the system. More... | |
#define | wxACC_EVENT_SYSTEM_SOUND 0x0001 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_ALERT 0x0002 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_FOREGROUND 0x0003 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MENUSTART 0x0004 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MENUEND 0x0005 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MENUPOPUPSTART 0x0006 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MENUPOPUPEND 0x0007 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_CAPTURESTART 0x0008 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_CAPTUREEND 0x0009 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MOVESIZESTART 0x000A |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MOVESIZEEND 0x000B |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_CONTEXTHELPSTART 0x000C |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_CONTEXTHELPEND 0x000D |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_DRAGDROPSTART 0x000E |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_DRAGDROPEND 0x000F |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_DIALOGSTART 0x0010 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_DIALOGEND 0x0011 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_SCROLLINGSTART 0x0012 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_SCROLLINGEND 0x0013 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_SWITCHSTART 0x0014 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_SWITCHEND 0x0015 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MINIMIZESTART 0x0016 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_SYSTEM_MINIMIZEEND 0x0017 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_CREATE 0x8000 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_DESTROY 0x8001 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_SHOW 0x8002 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_HIDE 0x8003 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_REORDER 0x8004 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_FOCUS 0x8005 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_SELECTION 0x8006 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_SELECTIONADD 0x8007 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_SELECTIONREMOVE 0x8008 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_SELECTIONWITHIN 0x8009 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_STATECHANGE 0x800A |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_LOCATIONCHANGE 0x800B |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_NAMECHANGE 0x800C |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_DESCRIPTIONCHANGE 0x800D |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_VALUECHANGE 0x800E |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_PARENTCHANGE 0x800F |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_HELPCHANGE 0x8010 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_DEFACTIONCHANGE 0x8011 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define | wxACC_EVENT_OBJECT_ACCELERATORCHANGE 0x8012 |
An event identifier that can be sent via wxAccessible::NotifyEvent. More... | |
#define wxACC_EVENT_OBJECT_ACCELERATORCHANGE 0x8012 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_CREATE 0x8000 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_DEFACTIONCHANGE 0x8011 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_DESCRIPTIONCHANGE 0x800D |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_DESTROY 0x8001 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_FOCUS 0x8005 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_HELPCHANGE 0x8010 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_HIDE 0x8003 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_LOCATIONCHANGE 0x800B |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_NAMECHANGE 0x800C |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_PARENTCHANGE 0x800F |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_REORDER 0x8004 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_SELECTION 0x8006 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_SELECTIONADD 0x8007 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_SELECTIONREMOVE 0x8008 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_SELECTIONWITHIN 0x8009 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_SHOW 0x8002 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_STATECHANGE 0x800A |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_OBJECT_VALUECHANGE 0x800E |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_ALERT 0x0002 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_CAPTUREEND 0x0009 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_CAPTURESTART 0x0008 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_CONTEXTHELPEND 0x000D |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_CONTEXTHELPSTART 0x000C |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_DIALOGEND 0x0011 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_DIALOGSTART 0x0010 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_DRAGDROPEND 0x000F |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_DRAGDROPSTART 0x000E |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_FOREGROUND 0x0003 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MENUEND 0x0005 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MENUPOPUPEND 0x0007 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MENUPOPUPSTART 0x0006 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MENUSTART 0x0004 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MINIMIZEEND 0x0017 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MINIMIZESTART 0x0016 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MOVESIZEEND 0x000B |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_MOVESIZESTART 0x000A |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_SCROLLINGEND 0x0013 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_SCROLLINGSTART 0x0012 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_SOUND 0x0001 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_SWITCHEND 0x0015 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_SWITCHSTART 0x0014 |
An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_STATE_SYSTEM_ALERT_HIGH 0x00000001 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_ALERT_LOW 0x00000004 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_ALERT_MEDIUM 0x00000002 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_ANIMATED 0x00000008 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_BUSY 0x00000010 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_CHECKED 0x00000020 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_COLLAPSED 0x00000040 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_DEFAULT 0x00000080 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_EXPANDED 0x00000100 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_EXTSELECTABLE 0x00000200 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_FLOATING 0x00000400 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_FOCUSABLE 0x00000800 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_FOCUSED 0x00001000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_HOTTRACKED 0x00002000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_INVISIBLE 0x00004000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_MARQUEED 0x00008000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_MIXED 0x00010000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_MULTISELECTABLE 0x00020000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_OFFSCREEN 0x00040000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_PRESSED 0x00080000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_PROTECTED 0x00100000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_READONLY 0x00200000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_SELECTABLE 0x00400000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_SELECTED 0x00800000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_SELFVOICING 0x01000000 |
Represents a status of the system.
#define wxACC_STATE_SYSTEM_UNAVAILABLE 0x02000000 |
Represents a status of the system.
enum wxAccObject |
enum wxAccRole |
The role of a user interface element is represented by the values of this enum.
enum wxAccSelectionFlags |
enum wxAccStatus |
wxAccessible functions return a wxAccStatus error code, which may be one of this enum's values.
enum wxNavDir |