X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..0ddefeb07f03c1beac0dea55617ea50f3fdbcd8b:/docs/latex/wx/ilayout.tex diff --git a/docs/latex/wx/ilayout.tex b/docs/latex/wx/ilayout.tex index 5ac17df12d..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, @@ -10,6 +10,10 @@ which means that their values should be calculated by looking at known constrain \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{Overview and examples}{constraintsoverview},\rtfsp @@ -19,8 +23,6 @@ which means that their values should be calculated by looking at known constrain \subsection{Edges and relationships} -TODO: put this in a different section. - The {\it wxEdge}\index{wxEdge} enumerated type specifies the type of edge or dimension of a window. \begin{twocollist}\itemsep=0pt @@ -103,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.