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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
84 IMPLEMENT_DYNAMIC_CLASS_XTI(wxSpinButton, wxControl,"wx/spinbut.h")
86 wxBEGIN_PROPERTIES_TABLE(wxSpinButton)
95 wxBEGIN_HANDLERS_TABLE(wxSpinButton)
98 wxCONSTRUCTOR_5( wxSpinButton , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
100 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
106 // wxSpinButton
109 bool wxSpinButton::Create(wxWindow *parent,
119 wxSpinButton::~wxSpinButton()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
20 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
24 wxSpinButton::wxSpinButton() function in class:wxSpinButton
29 bool wxSpinButton::Create( wxWindow *parent,
58 wxSpinButton::~wxSpinButton()
62 int wxSpinButton::GetMin() const
67 int wxSpinButton::GetMax() const
72 int wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
31 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
34 wxSpinButton::wxSpinButton() function in class:wxSpinButton
39 bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size,
67 wxSpinButton::~wxSpinButton()
74 int wxSpinButton::GetMin() const
79 int wxSpinButton::GetMax() const
84 int wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
18 // wxSpinButton
20 class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase// , protected wxCocoaNSStepper class in inherits:wxSpinButtonBase
22 DECLARE_DYNAMIC_CLASS(wxSpinButton)
29 wxSpinButton() { } function in class:wxSpinButton
30 wxSpinButton(wxWindow *parent, wxWindowID winid = wxID_ANY, function in class:wxSpinButton
44 virtual ~wxSpinButton();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
18 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
22 wxSpinButton() { } function in class:wxSpinButton
24 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
34 virtual ~wxSpinButton();
49 // a wxSpinButton can't do anything useful with focus, only wxSpinCtrl can
56 DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)
H A Dspinctrl.h23 // Under Win32, wxSpinCtrl is a wxSpinButton with a buddy (as MSDN docs call
28 class WXDLLEXPORT wxSpinCtrl : public wxSpinButton
66 virtual void SetValue(int val) { wxSpinButton::SetValue(val); }
74 // wxSpinButton doesn't accept focus, but we do
94 // the handler for wxSpinButton events
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
36 gtk_value_changed(GtkSpinButton* spinbutton, wxSpinButton* win)
74 // wxSpinButton
77 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton,wxControl)
80 BEGIN_EVENT_TABLE(wxSpinButton, wxControl)
81 EVT_SIZE(wxSpinButton::OnSize)
84 wxSpinButton::wxSpinButton() function in class:wxSpinButton
89 bool wxSpinButton::Create(wxWindow *parent,
107 wxFAIL_MSG( wxT("wxSpinButton creatio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dspinbutt.cpp3 // Purpose: implementation of the universal version of wxSpinButton
38 // implementation of wxSpinButton
42 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
53 wxSpinButton::wxSpinButton() function in class:wxSpinButton
59 wxSpinButton::wxSpinButton(wxWindow *parent, function in class:wxSpinButton
77 void wxSpinButton::Init()
87 bool wxSpinButton::Create(wxWindow *parent,
112 void wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
45 static void gtk_spinbutt_callback( GtkWidget *WXUNUSED(widget), wxSpinButton *win )
103 // wxSpinButton
106 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton,wxControl)
109 BEGIN_EVENT_TABLE(wxSpinButton, wxControl)
110 EVT_SIZE(wxSpinButton::OnSize)
113 bool wxSpinButton::Create(wxWindow *parent,
156 int wxSpinButton::GetMin() const
163 int wxSpinButton::GetMax() const
170 int wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dspinbutt.tex1 \section{\class{wxSpinButton}}\label{wxspinbutton}
3 A wxSpinButton has two small up and down (or left and right) arrow buttons. It
6 as wxSpinButton is not implemented for all platforms but wxSpinCtrl is as it
49 \membersection{wxSpinButton::wxSpinButton}\label{wxspinbuttonctor}
51 \func{}{wxSpinButton}{\void}
55 \func{}{wxSpinButton}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
72 \docparam{style}{Window style. See \helpref{wxSpinButton}{wxspinbutton}.}
78 \helpref{wxSpinButton::Create}{wxspinbuttoncreate}
80 \membersection{wxSpinButton
[all...]
H A Dspinevt.tex15 \helpref{wxSpinButton}{wxspinbutton} and \helpref{wxSpinCtrl}{wxspinctrl}.
32 \helpref{wxSpinButton}{wxspinbutton} and \helpref{wxSpinCtrl}{wxspinctrl}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
19 The wxSpinButton is like a small scrollbar than is often placed next
28 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
32 wxSpinButton();
34 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
39 const wxString& name = wxT("wxSpinButton"))
44 virtual ~wxSpinButton();
51 const wxString& name = wxT("wxSpinButton"));
72 DECLARE_DYNAMIC_CLASS(wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
19 The wxSpinButton is like a small scrollbar than is often placed next
28 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
32 wxSpinButton();
34 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
39 const wxString& name = wxT("wxSpinButton"))
44 virtual ~wxSpinButton();
51 const wxString& name = wxT("wxSpinButton"));
71 DECLARE_DYNAMIC_CLASS(wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
17 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
19 DECLARE_DYNAMIC_CLASS(wxSpinButton)
22 wxSpinButton() : m_up( 0 ), m_down( 0 ), m_pos( 0 ) { } function in class:wxSpinButton
24 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
29 const wxString& name = "wxSpinButton")
36 virtual ~wxSpinButton();
43 const wxString& name = "wxSpinButton");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
20 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
24 wxSpinButton() { } function in class:wxSpinButton
26 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
36 virtual ~wxSpinButton();
57 // a wxSpinButton can't do anything useful with focus, only wxSpinCtrl can
67 DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
25 class WXDLLEXPORT wxSpinButton: public wxSpinButtonBase class in inherits:wxSpinButtonBase
29 wxSpinButton() { } function in class:wxSpinButton
30 inline wxSpinButton( wxWindow* pParent function in class:wxSpinButton
35 ,const wxString& rsName = wxT("wxSpinButton")
40 virtual ~wxSpinButton();
48 ,const wxString& rsName = wxT("wxSpinButton")
77 DECLARE_DYNAMIC_CLASS(wxSpinButton)
78 }; // end of CLASS wxSpinButton
H A Dspinctrl.h21 // Under Win32 and OS2 PM, wxSpinCtrl is a wxSpinButton with a buddy
26 class WXDLLEXPORT wxSpinCtrl : public wxSpinButton
75 inline virtual void SetValue(int nVal) { wxSpinButton::SetValue(nVal); }
82 // wxSpinButton doesn't accept focus, but we do
114 // The handler for wxSpinButton events
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
43 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
45 bool wxSpinButton::Create(
119 pParent->AddChild((wxSpinButton *)this);
147 } // end of wxSpinButton::Create
149 wxSpinButton::~wxSpinButton()
151 } // end of wxSpinButton::~wxSpinButton
157 wxSize wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
96 IMPLEMENT_DYNAMIC_CLASS_XTI(wxSpinButton, wxControl,"wx/spinbut.h")
98 wxBEGIN_PROPERTIES_TABLE(wxSpinButton)
107 wxBEGIN_HANDLERS_TABLE(wxSpinButton)
110 wxCONSTRUCTOR_5( wxSpinButton , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
112 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
118 // wxSpinButton
121 bool wxSpinButton::Create(wxWindow *parent,
203 wxSpinButton::~wxSpinButton()
[all...]
H A Dspinctrl.cpp114 BEGIN_EVENT_TABLE(wxSpinCtrl, wxSpinButton)
340 sizeBtn.x = wxSpinButton::DoGetBestSize().x;
387 if ( !wxSpinButton::Create(parent, id, posBtn, sizeBtn, style, name) )
471 wxSpinButton::SetValue(val);
569 if ( !wxSpinButton::Create(GetParent(), GetId(),
606 wxSpinButton::DoSetToolTip(tip);
644 wxSize sizeBtn = wxSpinButton::DoGetBestSize();
654 // from wxSpinButton::DoGetBestSize().
667 int widthBtn = wxSpinButton::DoGetBestSize().x;
679 wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
15 // wxSpinButton
18 class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
21 wxSpinButton();
22 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
59 DECLARE_DYNAMIC_CLASS(wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dspinbutt.h3 // Purpose: wxSpinButton class
15 // wxSpinButton
18 class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase class in inherits:wxSpinButtonBase
21 wxSpinButton() { } function in class:wxSpinButton
22 wxSpinButton(wxWindow *parent, function in class:wxSpinButton
61 DECLARE_DYNAMIC_CLASS(wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dspinbutt.cpp3 // Purpose: wxSpinButton
86 wxArrowButton( wxSpinButton* parent, wxWindowID id, ArrowDirection d,
99 bool Create( wxSpinButton* parent, wxWindowID id, ArrowDirection d,
105 wxSpinButton* GetSpinButton() { return (wxSpinButton*)GetParent(); }
187 bool wxArrowButton::Create( wxSpinButton* parent,
240 // wxSpinButton
243 IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)
266 bool wxSpinButton::Create( wxWindow *parent, wxWindowID id,
298 wxSpinButton
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dspinbutt.h3 // Purpose: universal version of wxSpinButton
18 // wxSpinButton
25 class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase, class in inherits:wxSpinButtonBase,wxControlWithArrows
29 wxSpinButton();
30 wxSpinButton(wxWindow *parent,
99 DECLARE_DYNAMIC_CLASS(wxSpinButton)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dspinctlg.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
81 wxSpinButton *GetSpinButton() const { return m_btn; }
102 wxSpinButton *m_btn;

Completed in 275 milliseconds

12