]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listevt.tex
Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
[wxWidgets.git] / docs / latex / wx / listevt.tex
index 2c47de8d20ba0d156427fa9250920cd55a8df19e..40febdeb1fa8ce21900ac772408d31ad0d7cccb0 100644 (file)
@@ -70,9 +70,9 @@ list control advises us to cache.
 For {\tt EVT\_LIST\_CACHE\_HINT} event only: return the last item (inclusive)
 which the list control advises us to cache.
 
-\membersection{wxListEvent::GetCode}\label{wxlisteventgetcode}
+\membersection{wxListEvent::GetKeyCode}\label{wxlisteventgetkeycode}
 
-\constfunc{int}{GetCode}{\void}
+\constfunc{int}{GetKeyCode}{\void}
 
 Key code if the event is a keypress event.
 
@@ -95,7 +95,7 @@ header outside any column.
 
 \constfunc{bool}{Cancelled}{\void}
 
-TRUE if this event is an end edit event and the user cancelled the edit.
+true if this event is an end edit event and the user cancelled the edit.
 
 \membersection{wxListEvent::GetPoint}\label{wxlisteventgetpoint}