wxPerl doc patches applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,6 +26,14 @@ width and height will be used, to be compatible with panel items which often
|
||||
have take a default size. If the constraint is wxAsIs, the dimension will
|
||||
not be changed.
|
||||
|
||||
\perlnote{In wxPerl the constraints are accessed as
|
||||
\begin{verbatim}
|
||||
my( \$constraint ) = Wx::LayoutConstraints->new();
|
||||
\$constraint->centreX->AsIs();
|
||||
\$constraint->centreY->Unconstrained();
|
||||
\end{verbatim}
|
||||
}
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxObject}{wxobject}
|
||||
|
Reference in New Issue
Block a user