]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ilayout.tex
added wxCheckBox::IsChecked() to wxMac and documented it
[wxWidgets.git] / docs / latex / wx / ilayout.tex
index 22203abf693a1f17829a353d76edb19ef5741c73..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,
@@ -10,6 +10,10 @@ which means that their values should be calculated by looking at known constrain
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/layout.h>
+
 \wxheading{See also}
 
 \helpref{Overview and examples}{constraintsoverview},\rtfsp
@@ -101,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.