Searched refs:GetOtherWindow (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp1751 if ( m_constraints->left.GetOtherWindow() && (m_constraints->left.GetOtherWindow() != this) )
1752 m_constraints->left.GetOtherWindow()->AddConstraintReference(this);
1753 if ( m_constraints->top.GetOtherWindow() && (m_constraints->top.GetOtherWindow() != this) )
1754 m_constraints->top.GetOtherWindow()->AddConstraintReference(this);
1755 if ( m_constraints->right.GetOtherWindow() && (m_constraints->right.GetOtherWindow() != this) )
1756 m_constraints->right.GetOtherWindow()->AddConstraintReference(this);
1757 if ( m_constraints->bottom.GetOtherWindow()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlayout.h112 wxWindowBase *GetOtherWindow() { return otherWin; } function in class:wxIndividualLayoutConstraint

Completed in 29 milliseconds