X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..e72403492b3e78f8114d89baae6f81ea24c74647:/docs/latex/wx/ilayout.tex diff --git a/docs/latex/wx/ilayout.tex b/docs/latex/wx/ilayout.tex index 9bbe08e3d9..6f88daa94b 100644 --- a/docs/latex/wx/ilayout.tex +++ b/docs/latex/wx/ilayout.tex @@ -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.