-The wxAccessible class allows wxWindows applications, and
-wxWindows itself, to return extended information about user interface elements
+The wxAccessible class allows wxWidgets applications, and
+wxWidgets itself, to return extended information about user interface elements
For details on the semantics of functions and types, please refer to the
Microsoft Active Accessibility 1.2 documentation.
For details on the semantics of functions and types, please refer to the
Microsoft Active Accessibility 1.2 documentation.
Functions return a wxAccStatus error code, which
may be one of the following:
Functions return a wxAccStatus error code, which
may be one of the following:
wxACC\_NOT\_IMPLEMENTED, // The function is not implemented
wxACC\_NOT\_SUPPORTED // The function is not supported
} wxAccStatus
wxACC\_NOT\_IMPLEMENTED, // The function is not implemented
wxACC\_NOT\_SUPPORTED // The function is not supported
} wxAccStatus
wxOBJID\_ALERT = 0xFFFFFFF6,
wxOBJID\_SOUND = 0xFFFFFFF5
} wxAccObject
wxOBJID\_ALERT = 0xFFFFFFF6,
wxOBJID\_SOUND = 0xFFFFFFF5
} wxAccObject
wxACC\_SEL\_ADDSELECTION = 8,
wxACC\_SEL\_REMOVESELECTION = 16
} wxAccSelectionFlags
wxACC\_SEL\_ADDSELECTION = 8,
wxACC\_SEL\_REMOVESELECTION = 16
} wxAccSelectionFlags
\begin{verbatim}
#define wxACC\_STATE\_SYSTEM\_ALERT\_HIGH 0x00000001
#define wxACC\_STATE\_SYSTEM\_ALERT\_MEDIUM 0x00000002
\begin{verbatim}
#define wxACC\_STATE\_SYSTEM\_ALERT\_HIGH 0x00000001
#define wxACC\_STATE\_SYSTEM\_ALERT\_MEDIUM 0x00000002
#define wxACC\_STATE\_SYSTEM\_SELECTED 0x00800000
#define wxACC\_STATE\_SYSTEM\_SELFVOICING 0x01000000
#define wxACC\_STATE\_SYSTEM\_UNAVAILABLE 0x02000000
#define wxACC\_STATE\_SYSTEM\_SELECTED 0x00800000
#define wxACC\_STATE\_SYSTEM\_SELFVOICING 0x01000000
#define wxACC\_STATE\_SYSTEM\_UNAVAILABLE 0x02000000
#define wxACC\_EVENT\_OBJECT\_HELPCHANGE 0x8010
#define wxACC\_EVENT\_OBJECT\_DEFACTIONCHANGE 0x8011
#define wxACC\_EVENT\_OBJECT\_ACCELERATORCHANGE 0x8012
#define wxACC\_EVENT\_OBJECT\_HELPCHANGE 0x8010
#define wxACC\_EVENT\_OBJECT\_DEFACTIONCHANGE 0x8011
#define wxACC\_EVENT\_OBJECT\_ACCELERATORCHANGE 0x8012