Some wxPerl notes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2004-05-01 20:19:11 +00:00
parent 15b845f277
commit 066f177ced
2 changed files with 6 additions and 0 deletions

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

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