wxPerl documentation updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2001-11-23 22:08:45 +00:00
parent 097f29c22f
commit 0a67eeac3d
10 changed files with 65 additions and 14 deletions

View File

@@ -28,9 +28,9 @@ not be changed.
\perlnote{In wxPerl the constraints are accessed as
\begin{verbatim}
my( \$constraint ) = Wx::LayoutConstraints->new();
\$constraint->centreX->AsIs();
\$constraint->centreY->Unconstrained();
constraint = Wx::LayoutConstraints->new();
constraint->centreX->AsIs();
constraint->centreY->Unconstrained();
\end{verbatim}
}