applied wxPerl doc patches
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,6 +72,15 @@ for all carets, so this functions is static).
|
||||
|
||||
Get the caret position (in pixels).
|
||||
|
||||
\perlnote{In wxPerl there are two methods instead of a single overloaded
|
||||
method:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{{\bf GetPosition()}}{Returns a Wx::Point}
|
||||
\twocolitem{{\bf GetPositionXY()}}{Returns a 2-element list
|
||||
{\tt ( x, y )}}
|
||||
\end{twocollist}
|
||||
}}
|
||||
|
||||
\membersection{wxCaret::GetSize}\label{wxcaretgetsize}
|
||||
|
||||
\constfunc{void}{GetSize}{\param{int* }{width}, \param{int* }{height}}
|
||||
@@ -80,6 +89,15 @@ Get the caret position (in pixels).
|
||||
|
||||
Get the caret size.
|
||||
|
||||
\perlnote{In wxPerl there are two methods instead of a single overloaded
|
||||
method:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{{\bf GetSize()}}{Returns a Wx::Size}
|
||||
\twocolitem{{\bf GetSizeWH()}}{Returns a 2-element list
|
||||
{\tt ( width, height )}}
|
||||
\end{twocollist}
|
||||
}}
|
||||
|
||||
\membersection{wxCaret::GetWindow}\label{wxcaretgetwindow}
|
||||
|
||||
\constfunc{wxWindow*}{GetWindow}{\void}
|
||||
|
Reference in New Issue
Block a user