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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user