Searched refs:wxSpinButton (Results 26 - 50 of 50) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinctrl.h16 // wxSpinCtrl is a combination of wxSpinButton and wxTextCtrl, so if
17 // wxSpinButton is available, this is what we do - but if it isn't, we still
27 class WXDLLEXPORT wxSpinButton; variable in typeref:class:WXDLLEXPORT
33 // wxSpinCtrl is a combination of wxTextCtrl and wxSpinButton
86 wxSpinButton *GetSpinButton() const { return m_btn; }
109 wxSpinButton *m_btn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinctrl.h16 // wxSpinCtrl is a combination of wxSpinButton and wxTextCtrl, so if
17 // wxSpinButton is available, this is what we do - but if it isn't, we still
25 class WXDLLEXPORT wxSpinButton; variable in typeref:class:WXDLLEXPORT
29 // wxSpinCtrl is a combination of wxTextCtrl and wxSpinButton
82 wxSpinButton *GetSpinButton() const { return m_btn; }
103 wxSpinButton *m_btn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvalgen.cpp182 if (m_validatorWindow->IsKindOf(CLASSINFO(wxSpinButton)) )
184 wxSpinButton* pControl = (wxSpinButton*) m_validatorWindow;
427 if (m_validatorWindow->IsKindOf(CLASSINFO(wxSpinButton)) )
429 wxSpinButton* pControl = (wxSpinButton*) m_validatorWindow;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_spin.cpp3 // Purpose: XRC resource for wxSpinButton
40 XRC_MAKE_INSTANCE(control, wxSpinButton)
58 return IsOfClass(node, wxT("wxSpinButton"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dspinctrl.cpp45 BEGIN_EVENT_TABLE(wxSpinCtrl, wxSpinButton)
174 pParent->AddChild((wxSpinButton *)this);
198 wxSize vSizeBtn = wxSpinButton::DoGetBestSize();
226 wxSpinButton::DoGetPosition( pnX,pnY );
463 wxSpinButton::SetValue(lVal);
H A Dnativdlg.cpp246 pWin = new wxSpinButton;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dnotebook.h17 class WXDLLEXPORT wxSpinButton; variable in typeref:class:WXDLLEXPORT
217 wxSpinButton *m_spinbtn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dspinctrl.tex9 \helpref{wxSpinButton}{wxspinbutton} in one control.
41 You may also use the \helpref{wxSpinButton}{wxspinbutton} event macros, however
55 \helpref{wxSpinButton}{wxspinbutton},
82 \docparam{style}{Window style. See \helpref{wxSpinButton}{wxspinbutton}.}
H A Dvalgen.tex5 wxChoice, wxComboBox, wxGauge, wxSlider, wxScrollBar, wxSpinButton, wxTextCtrl, wxCheckListBox.
47 Constructor taking an integer pointer. This will be used for wxGauge, wxScrollBar, wxRadioBox, wxSpinButton,
H A Dscrolevt.tex31 \helpref{wxScrollBar}{wxscrollbar}, \helpref{wxSlider}{wxslider}, \helpref{wxSpinButton}{wxspinbutton}, \\
H A DwxPython.tex432 \item \helpref{wxSpinButton}{wxspinbutton}
H A Dcategory.tex116 \twocolitem{\helpref{wxSpinButton}{wxspinbutton}}{A spin or `up-down' control}
298 \twocolitem{\helpref{wxSpinEvent}{wxspinevent}}{An event from \helpref{wxSpinButton}{wxspinbutton}}
H A Dtevent.tex412 \helpref{wxScrollBar}{wxscrollbar}, \helpref{wxSlider}{wxslider},and \helpref{wxSpinButton}{wxspinbutton}.}
H A Dtsamples.tex123 \twocolitem{\helpref{wxSpinButton}{wxspinbutton}}{A spin or `up-down' control}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinctrl.cpp140 class wxSpinCtrlButton : public wxSpinButton
144 : wxSpinButton(spin )
180 BEGIN_EVENT_TABLE(wxSpinCtrlButton, wxSpinButton)
H A Dwindow.cpp2111 else if ( IsKindOf( CLASSINFO( wxSpinButton ) ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinctrl.cpp82 class wxSpinCtrlButton : public wxSpinButton
86 : wxSpinButton(spin )
116 BEGIN_EVENT_TABLE(wxSpinCtrlButton, wxSpinButton)
H A Dcontrol.cpp239 else if ( IsKindOf( CLASSINFO( wxSpinButton ) ) )
432 else if ( IsKindOf( CLASSINFO( wxSpinButton ) ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dspinctlg.cpp99 class wxSpinCtrlButton : public wxSpinButton
103 : wxSpinButton(spin->GetParent())
133 BEGIN_EVENT_TABLE(wxSpinCtrlButton, wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dspinbtn.cpp4 // Purpose: Part of the widgets sample showing wxSpinButton
128 wxSpinButton *m_spinbtn;
201 m_spinbtn = (wxSpinButton *)NULL;
315 m_spinbtn = new wxSpinButton(this, SpinBtnPage_SpinBtn,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dspinctrl.h25 // Under Win32, wxSpinCtrl is a wxSpinButton with a buddy (as MSDN docs call
30 class WXDLLEXPORT wxSpinCtrl : public wxSpinButton
78 // wxSpinButton doesn't accept focus, but we do
105 // the handler for wxSpinButton events
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dspinctrl.cpp107 BEGIN_EVENT_TABLE(wxSpinCtrl, wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnativdlg.cpp265 win = new wxSpinButton;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp86 class wxNotebookSpinBtn : public wxSpinButton
90 : wxSpinButton(nb, wxID_ANY,
109 BEGIN_EVENT_TABLE(wxNotebookSpinBtn, wxSpinButton)
/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;
930 m_spinbutton = new wxSpinButton( panel, ID_SPIN, wxPoint(103,160) );

Completed in 218 milliseconds

12