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:
Mattia Barbon
2003-09-23 19:29:23 +00:00
parent 05e770c40e
commit 2bbd97f433
2 changed files with 17 additions and 3 deletions

View File

@@ -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}