Final and global PRIOR/NEXT change: keep consistency using only PAGE versions, deprecate old ids, remove rest of build problems with case statemets.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-03-27 12:25:17 +00:00
parent aa3310b88d
commit faa94f3ec8
22 changed files with 132 additions and 135 deletions

View File

@@ -1,3 +1,14 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name: keycode.tex
%% Purpose: wxKeyCode values enumerated
%% Author: wxWidgets Team
%% Modified by:
%% Created:
%% RCS-ID: $Id$
%% Copyright: (c) wxWidgets Team
%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Keycodes}\label{keycodes}
\wxheading{Include files}
@@ -27,8 +38,8 @@ values are the ASCII character codes, plus the following:
WXK_MENU
WXK_PAUSE
WXK_CAPITAL
WXK_PRIOR
WXK_NEXT
WXK_PAGEUP
WXK_PAGEDOWN
WXK_END
WXK_HOME
WXK_LEFT
@@ -82,7 +93,7 @@ values are the ASCII character codes, plus the following:
WXK_F23
WXK_F24
WXK_NUMLOCK
WXK_SCROLL
WXK_SCROLL
WXK_PAGEUP,
WXK_PAGEDOWN,
@@ -98,9 +109,7 @@ values are the ASCII character codes, plus the following:
WXK_NUMPAD_UP,
WXK_NUMPAD_RIGHT,
WXK_NUMPAD_DOWN,
WXK_NUMPAD_PRIOR,
WXK_NUMPAD_PAGEUP,
WXK_NUMPAD_NEXT,
WXK_NUMPAD_PAGEDOWN,
WXK_NUMPAD_END,
WXK_NUMPAD_BEGIN,
@@ -143,4 +152,3 @@ values are the ASCII character codes, plus the following:
WXK_SPECIAL20
\end{verbatim}
}