1. Yet another unit test for new stirng stuff

2. Fix unicode and 10.2 in src/cocoa/app.mm
3. Fix error in doc about wxEvtHandler::Connect


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-10-07 16:50:24 +00:00
parent d2b1753d16
commit 422d306cb3
3 changed files with 40 additions and 5 deletions

View File

@@ -105,7 +105,7 @@ is an alternative to the use of static event tables. See the 'event' or the old
\begin{verbatim}
frame->Connect( wxID_EXIT,
wxEVT_COMMAND_MENU_SELECTED,
(wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) MyFrame::OnQuit );
(wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) &MyFrame::OnQuit );
\end{verbatim}
\perlnote{In wxPerl this function takes 4 arguments: \texttt{id,