Searched refs:GetProportion (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpickerbase.h67 { return GetTextCtrlItem()->GetProportion(); }
73 { return GetPickerCtrlItem()->GetProportion(); }
H A Dsizer.h186 int GetProportion() const { return m_proportion; } function in class:wxSizerFlags
325 int GetProportion() const function in class:wxSizerItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp108 m_proportion = flags.GetProportion();
540 return GetProportion();
1734 if (item->GetProportion())
1738 height = (delta * item->GetProportion()) / stretchable;
1740 stretchable -= item->GetProportion();
1762 if (item->GetProportion())
1766 width = (delta * item->GetProportion()) / stretchable;
1768 stretchable -= item->GetProportion();
1824 m_stretchable += item->GetProportion();
1838 if (item->ShouldAccountFor() && item->GetProportion() !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasicp.h149 inline void GetProportion(double *x, double *y) const { *x = m_regionProportionX; *y = m_regionProportionY; } function in class:wxShapeRegion
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsizeritem.tex100 \membersection{wxSizerItem::GetProportion}\label{wxsizeritemgetproportion}
102 \constfunc{int}{GetProportion}{\void}
H A Dtchanges.tex123 \item wxSizer::Set/GetOption(): use Set/GetProportion() instead
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibar.h198 int GetProportion() const { return proportion; } function in class:wxAuiToolBarItem

Completed in 323 milliseconds