git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27039
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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}
\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}