]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ilayout.tex
Patch #581167
[wxWidgets.git] / docs / latex / wx / ilayout.tex
index 9bbe08e3d9eb213e139da9789418e4048df343e5..6f88daa94b30b87f27aac27ad6e754d3ee44aa07 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxIndividualLayoutConstraint}}\label{wxindividuallayoutconstraint}
 
-Objects of this class are stored in the wxIndividualLayoutConstraint class
+Objects of this class are stored in the wxLayoutConstraint class
 as one of eight possible constraints that a window can be involved in.
 
 Constraints are initially set to have the relationship wxUnconstrained,
@@ -105,7 +105,7 @@ optional margin. Implicitly, this is relative to the left edge of the other wind
 
 \membersection{wxIndividualLayoutConstraint::PercentOf}
 
-\func{void}{PercentOf}{\param{wxWindow *}{otherWin}, \param{wxEdge}{ edge}, \param{int}{ margin = 0}}
+\func{void}{PercentOf}{\param{wxWindow *}{otherWin}, \param{wxEdge}{ edge}, \param{int}{ per}}
 
 Constrains this edge or dimension to be to a percentage of the given window, with an
 optional margin.