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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp144 wxSpinButton *m_spinbutton; member in class:MyPanel
619 m_spinbutton = NULL;
930 m_spinbutton = new wxSpinButton( panel, ID_SPIN, wxPoint(103,160) );
931 m_spinbutton->SetRange(-40,30);
932 m_spinbutton->SetValue(initialSpinValue);
1578 m_spinbutton->GetValue());
1594 m_spinbutton->GetValue());
1613 m_spinbutton->GetMin(), m_spinbutton->GetMax(),
1614 m_spinbutton
[all...]

Completed in 79 milliseconds