Add a couple of wxPerl notes.
Mark keyed wxList methods as deprecated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -102,6 +102,10 @@ is an alternative to the use of static event tables. See the 'dynamic' sample fo
|
||||
(wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) MyFrame::OnQuit );
|
||||
\end{verbatim}
|
||||
|
||||
\perlnote{In wxPerl this function takes 4 arguments: \texttt{id,
|
||||
lastid, type, method}; if \texttt{method} is \texttt{undef}, the
|
||||
handler is disconnected.}
|
||||
|
||||
\membersection{wxEvtHandler::Disconnect}\label{wxevthandlerdisconnect}
|
||||
|
||||
\func{bool}{Disconnect}{\param{int}{ id},
|
||||
@@ -132,6 +136,9 @@ to disconnect functions connected using the (static) event tables.
|
||||
|
||||
\docparam{eventSink}{Object whose member function should be called.}
|
||||
|
||||
\perlnote{In wxPerl this function takes 3 arguments: \texttt{id,
|
||||
lastid, type}.}
|
||||
|
||||
\membersection{wxEvtHandler::GetClientData}\label{wxevthandlergetclientdata}
|
||||
|
||||
\func{void* }{GetClientData}{\void}
|
||||
|
Reference in New Issue
Block a user