Add a couple of wxPerl notes.

Mark keyed wxList methods as deprecated.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-09-23 19:29:23 +00:00
parent 15b6268b64
commit 74b4ca1c60
2 changed files with 17 additions and 3 deletions

View File

@@ -99,6 +99,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},
@@ -129,6 +133,9 @@ to disconnect functions connected using the (static) event tables.
\membersection{wxEvtHandler::GetClientData}\label{wxevthandlergetclientdata}
\perlnote{In wxPerl this function takes 3 arguments: \texttt{id,
lastid, type}.}
\func{void* }{GetClientData}{\void}
Gets user-supplied client data.