Reverted changes in accessible.tex that caused syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,8 +48,7 @@ symbol is set to 1.
|
|||||||
Functions return a wxAccStatus error code, which
|
Functions return a wxAccStatus error code, which
|
||||||
may be one of the following:
|
may be one of the following:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
wxACC\_FAIL, // The function failed
|
wxACC\_FAIL, // The function failed
|
||||||
@@ -63,8 +62,7 @@ typedef enum
|
|||||||
Directions of navigation are represented by
|
Directions of navigation are represented by
|
||||||
the following:
|
the following:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
wxNAVDIR\_DOWN,
|
wxNAVDIR\_DOWN,
|
||||||
@@ -81,8 +79,7 @@ typedef enum
|
|||||||
The role of a user interface element is represented
|
The role of a user interface element is represented
|
||||||
by the following type:
|
by the following type:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
wxROLE\_NONE,
|
wxROLE\_NONE,
|
||||||
wxROLE\_SYSTEM\_ALERT,
|
wxROLE\_SYSTEM\_ALERT,
|
||||||
@@ -151,8 +148,7 @@ typedef enum {
|
|||||||
|
|
||||||
Objects are represented by the following type:
|
Objects are represented by the following type:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
wxOBJID\_WINDOW = 0x00000000,
|
wxOBJID\_WINDOW = 0x00000000,
|
||||||
wxOBJID\_SYSMENU = 0xFFFFFFFF,
|
wxOBJID\_SYSMENU = 0xFFFFFFFF,
|
||||||
@@ -172,8 +168,7 @@ typedef enum {
|
|||||||
Selection actions are identified by
|
Selection actions are identified by
|
||||||
this type:
|
this type:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
wxACC\_SEL\_NONE = 0,
|
wxACC\_SEL\_NONE = 0,
|
||||||
@@ -187,8 +182,7 @@ typedef enum
|
|||||||
|
|
||||||
States are represented by the following:
|
States are represented by the following:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
#define wxACC\_STATE\_SYSTEM\_ALERT\_HIGH 0x00000001
|
#define wxACC\_STATE\_SYSTEM\_ALERT\_HIGH 0x00000001
|
||||||
#define wxACC\_STATE\_SYSTEM\_ALERT\_MEDIUM 0x00000002
|
#define wxACC\_STATE\_SYSTEM\_ALERT\_MEDIUM 0x00000002
|
||||||
#define wxACC\_STATE\_SYSTEM\_ALERT\_LOW 0x00000004
|
#define wxACC\_STATE\_SYSTEM\_ALERT\_LOW 0x00000004
|
||||||
@@ -220,8 +214,7 @@ States are represented by the following:
|
|||||||
Event identifiers that can be sent via \helpref{wxAccessible::NotifyEvent}{wxaccessiblenotifyevent} are
|
Event identifiers that can be sent via \helpref{wxAccessible::NotifyEvent}{wxaccessiblenotifyevent} are
|
||||||
as follows:
|
as follows:
|
||||||
|
|
||||||
{\small%
|
{\small \begin{verbatim}
|
||||||
\begin{verbatim}
|
|
||||||
#define wxACC\_EVENT\_SYSTEM\_SOUND 0x0001
|
#define wxACC\_EVENT\_SYSTEM\_SOUND 0x0001
|
||||||
#define wxACC\_EVENT\_SYSTEM\_ALERT 0x0002
|
#define wxACC\_EVENT\_SYSTEM\_ALERT 0x0002
|
||||||
#define wxACC\_EVENT\_SYSTEM\_FOREGROUND 0x0003
|
#define wxACC\_EVENT\_SYSTEM\_FOREGROUND 0x0003
|
||||||
|
@@ -17,7 +17,7 @@ diagram show dependencies between them:
|
|||||||
|
|
||||||
Every wxWindows application must link against this library. It contains
|
Every wxWindows application must link against this library. It contains
|
||||||
mandatory classes that any wxWindows code depends on (e.g.
|
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
|
differences between platforms. wxBase can be used to develop console mode
|
||||||
applications, it does not require any GUI libraries or running X Window System
|
applications, it does not require any GUI libraries or running X Window System
|
||||||
on Unix.
|
on Unix.
|
||||||
|
@@ -90,7 +90,6 @@ by the application frame.
|
|||||||
\twocolitem{{\bf EVT\_TOOL\_RANGE(id1, id2, func)}}{Process a wxEVT\_COMMAND\_TOOL\_CLICKED event
|
\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.}
|
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\_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.
|
\twocolitem{{\bf EVT\_TOOL\_RCLICKED(id, func)}}{Process a wxEVT\_COMMAND\_TOOL\_RCLICKED event.
|
||||||
Pass the id of the tool.}
|
Pass the id of the tool.}
|
||||||
\twocolitem{{\bf EVT\_TOOL\_RCLICKED\_RANGE(id1, id2, func)}}{Process a wxEVT\_COMMAND\_TOOL\_RCLICKED event
|
\twocolitem{{\bf EVT\_TOOL\_RCLICKED\_RANGE(id1, id2, func)}}{Process a wxEVT\_COMMAND\_TOOL\_RCLICKED event
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[OPTIONS]
|
[OPTIONS]
|
||||||
BMROOT=c:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
BMROOT=c:\wx2dev\wxWindows\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||||
TITLE=wxWindows Manual
|
TITLE=wxWindows Manual
|
||||||
CONTENTS=Contents
|
CONTENTS=Contents
|
||||||
COMPRESS=HIGH
|
COMPRESS=HIGH
|
||||||
|
Reference in New Issue
Block a user