]> git.saurik.com Git - wxWidgets.git/commitdiff
Some wxPerl notes.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 1 May 2004 20:19:11 +0000 (20:19 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 1 May 2004 20:19:11 +0000 (20:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/event.tex
docs/latex/wx/text.tex

index c3d2a79598561356f3ddb4e4d949c9aa4960074a..cf3a00f0632c82ab62caf793fae07b9a5b4c4db3 100644 (file)
@@ -4,6 +4,9 @@ An event is a structure holding information about an event passed to a
 callback or member function. {\bf wxEvent} used to be a multipurpose
 event object, and is an abstract base class for other event classes (see below).
 
+\perlnote{In wxPerl custome event classes should be derived from
+\texttt{Wx::PlEvent} and \texttt{Wx::PlCommandEvent}.}
+
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
index 8aa7927cfb13770dd9e36621ee7df0b30c43dac5..70b60ee31a9d618162b3510dad98d0b4f4919812 100644 (file)
@@ -822,6 +822,9 @@ wxMSW ports.
 
 \helpref{PositionToXY}{wxtextctrlpositiontoxy}, \helpref{XYToPosition}{wxtextctrlxytoposition},
 
+\perlnote{In wxPerl this function takes only the position argument and
+returns a 3-element list \texttt{(result, col, row)}.
+
 
 \membersection{wxTextCtrl::IsEditable}\label{wxtextctrliseditable}