Searched refs:SetTextValue (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinctrl.cpp97 m_spin->SetTextValue(eventSpin.GetPosition());
105 m_spin->SetTextValue(eventSpin.GetPosition());
275 void wxSpinCtrl::SetTextValue(int val) function in class:wxSpinCtrl
277 wxCHECK_RET( m_text, _T("invalid call to wxSpinCtrl::SetTextValue") );
292 SetTextValue(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinctrl.cpp163 m_spin->SetTextValue(pos);
374 void wxSpinCtrl::SetTextValue(int val) function in class:wxSpinCtrl
376 wxCHECK_RET( m_text, _T("invalid call to wxSpinCtrl::SetTextValue") );
393 SetTextValue(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dspinctlg.cpp116 m_spin->SetTextValue(eventSpin.GetPosition());
322 void wxSpinCtrl::SetTextValue(int val) function in class:wxSpinCtrl
324 wxCHECK_RET( m_text, _T("invalid call to wxSpinCtrl::SetTextValue") );
355 SetTextValue(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dspinctlg.h84 void SetTextValue(int val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinctrl.h89 void SetTextValue(int val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinctrl.h85 void SetTextValue(int val);

Completed in 216 milliseconds