\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,
\helpref{wxObject}{wxobject}
+\wxheading{Include files}
+
+<wx/layout.h>
+
\wxheading{See also}
\helpref{Overview and examples}{constraintsoverview},\rtfsp
\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
\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.