Small fixes for Tex2RTF but alas, we still get memory problems.
Added wxUSE_MFC setting (doesn't include windows.h, removes own memory tracing); added include <ctype.h> in case where PCH isn't used; wxExit now exits :-) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user