Searched refs:otherWin (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlayout.cpp78 otherWin = (wxWindowBase *) NULL;
92 otherWin = otherW;
150 // Reset constraint if it mentions otherWin
153 if (otherW == otherWin)
161 otherWin = (wxWindowBase *) NULL;
185 // We can know this edge if: otherWin is win's
186 // parent, or otherWin has a satisfied constraint,
187 // or otherWin has no constraint.
188 int edgePos = GetEdge(otherEdge, win, otherWin);
200 int edgePos = GetEdge(otherEdge, win, otherWin);
[all...]
H A Dwincmn.cpp1797 void wxWindowBase::AddConstraintReference(wxWindowBase *otherWin) argument
1801 if ( !m_constraintsInvolvedIn->Find((wxWindow *)otherWin) )
1802 m_constraintsInvolvedIn->Append((wxWindow *)otherWin);
1806 void wxWindowBase::RemoveConstraintReference(wxWindowBase *otherWin) argument
1809 m_constraintsInvolvedIn->DeleteObject((wxWindow *)otherWin);
/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; }
126 // Reset constraint if it mentions otherWin
140 // 'This' window is the parent or sibling of otherWin
141 wxWindowBase *otherWin; member in class:wxIndividualLayoutConstraint
H A Dwindow.h1051 void AddConstraintReference(wxWindowBase *otherWin);
1052 void RemoveConstraintReference(wxWindowBase *otherWin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dilayout.tex63 \func{void}{Above}{\param{wxWindow *}{otherWin}, \param{int}{ margin = 0}}
87 \func{void}{Below}{\param{wxWindow *}{otherWin}, \param{int}{ margin = 0}}
101 \func{void}{LeftOf}{\param{wxWindow *}{otherWin}, \param{int}{ margin = 0}}
108 \func{void}{PercentOf}{\param{wxWindow *}{otherWin}, \param{wxEdge}{ edge}, \param{int}{ per}}
115 \func{void}{RightOf}{\param{wxWindow *}{otherWin}, \param{int}{ margin = 0}}
122 \func{void}{SameAs}{\param{wxWindow *}{otherWin}, \param{wxEdge}{ edge}, \param{int}{ margin = 0}}
129 \func{void}{Set}{\param{wxRelationship}{ rel}, \param{wxWindow *}{otherWin}, \param{wxEdge}{ otherEdge},

Completed in 50 milliseconds