Functions return a wxAccStatus error code, which
may be one of the following:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
typedef enum
{
wxACC\_FAIL, // The function failed
Directions of navigation are represented by
the following:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
typedef enum
{
wxNAVDIR\_DOWN,
The role of a user interface element is represented
by the following type:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
typedef enum {
wxROLE\_NONE,
wxROLE\_SYSTEM\_ALERT,
Objects are represented by the following type:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
typedef enum {
wxOBJID\_WINDOW = 0x00000000,
wxOBJID\_SYSMENU = 0xFFFFFFFF,
Selection actions are identified by
this type:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
typedef enum
{
wxACC\_SEL\_NONE = 0,
States are represented by the following:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
#define wxACC\_STATE\_SYSTEM\_ALERT\_HIGH 0x00000001
#define wxACC\_STATE\_SYSTEM\_ALERT\_MEDIUM 0x00000002
#define wxACC\_STATE\_SYSTEM\_ALERT\_LOW 0x00000004
Event identifiers that can be sent via \helpref{wxAccessible::NotifyEvent}{wxaccessiblenotifyevent} are
as follows:
-{\small%
-\begin{verbatim}
+{\small \begin{verbatim}
#define wxACC\_EVENT\_SYSTEM\_SOUND 0x0001
#define wxACC\_EVENT\_SYSTEM\_ALERT 0x0002
#define wxACC\_EVENT\_SYSTEM\_FOREGROUND 0x0003
Every wxWindows application must link against this library. It contains
mandatory classes that any wxWindows code depends on (e.g.
-\helpref{wxString}{wxstring}) and portability classes that abstract
+ \helpref{wxString}{wxstring}) and portability classes that abstract
differences between platforms. wxBase can be used to develop console mode
applications, it does not require any GUI libraries or running X Window System
on Unix.
\twocolitem{{\bf EVT\_TOOL\_RANGE(id1, id2, func)}}{Process a wxEVT\_COMMAND\_TOOL\_CLICKED event
for a range id identifiers. Pass the ids of the tools.}
\twocolitem{{\bf EVT\_MENU\_RANGE(id1, id2, func)}}{The same as EVT\_TOOL\_RANGE.}
-
\twocolitem{{\bf EVT\_TOOL\_RCLICKED(id, func)}}{Process a wxEVT\_COMMAND\_TOOL\_RCLICKED event.
Pass the id of the tool.}
\twocolitem{{\bf EVT\_TOOL\_RCLICKED\_RANGE(id1, id2, func)}}{Process a wxEVT\_COMMAND\_TOOL\_RCLICKED event