adding missing doc string for BACKSPACE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-08-28 07:11:44 +00:00
parent 99d6720118
commit 1aa1d260b5

View File

@@ -369,6 +369,7 @@ public:
(from F1 to F12) or one of the special characters listed in the table (from F1 to F12) or one of the special characters listed in the table
below (again, case doesn't matter): below (again, case doesn't matter):
- @c DEL or @c DELETE: Delete key - @c DEL or @c DELETE: Delete key
- @c BACK : Backspace key
- @c INS or @c INSERT: Insert key - @c INS or @c INSERT: Insert key
- @c ENTER or @c RETURN: Enter key - @c ENTER or @c RETURN: Enter key
- @c PGUP: PageUp key - @c PGUP: PageUp key