Searched refs:wxSpinEvent (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dspinevt.tex3 %% Purpose: wxSpinEvent documentation
12 \section{\class{wxSpinEvent}}\label{wxspinevent}
36 \membersection{wxSpinEvent::wxSpinEvent}\label{wxspineventctor}
38 \func{}{wxSpinEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{id = 0}}
42 \membersection{wxSpinEvent::GetPosition}\label{wxspineventgetposition}
48 \membersection{wxSpinEvent::SetPosition}\label{wxspineventsetposition}
H A Dspinctrl.tex33 functions that take a \helpref{wxSpinEvent}{wxspinevent} argument:
49 \helpref{wxSpinEvent}{wxspinevent} sent then if the value
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dspinbutt.h97 class WXDLLEXPORT wxSpinEvent : public wxNotifyEvent class in inherits:wxNotifyEvent
100 wxSpinEvent(wxEventType commandType = wxEVT_NULL, int winid = 0) function in class:wxSpinEvent
110 DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinEvent)
113 typedef void (wxEvtHandler::*wxSpinEventFunction)(wxSpinEvent&);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPrefsUnifiedDlg.h43 class wxSpinEvent;
120 void OnToolTipDelayChange(wxSpinEvent& event);
122 void OnRateLimitChanged( wxSpinEvent& event );
123 void OnTCPClientPortChange(wxSpinEvent& event);
H A DSearchDlg.h39 class wxSpinEvent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinbutt.cpp21 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent)
132 wxSpinEvent event( scrollEvent, m_windowId );
145 wxSpinEvent event2( scrollEvent, GetId() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinbutt.cpp32 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxScrollEvent)
138 wxSpinEvent event(scrollEvent, m_windowId);
153 wxSpinEvent event2( scrollEvent, GetId());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbulletspage.h151 void OnNumberctrlUpdated( wxSpinEvent& event );
154 void OnNumberctrlUp( wxSpinEvent& event );
157 void OnNumberctrlDown( wxSpinEvent& event );
H A Drichtextliststylepage.h88 void OnLevelUpdated( wxSpinEvent& event );
91 void OnLevelUp( wxSpinEvent& event );
94 void OnLevelDown( wxSpinEvent& event );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dspinbutt.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
87 wxEVENT_RANGE_PROPERTY( Spin , wxEVT_SCROLL_TOP , wxEVT_SCROLL_ENDSCROLL , wxSpinEvent )
H A Dspinctrl.cpp83 wxEVENT_RANGE_PROPERTY( Spin , wxEVT_SCROLL_TOP , wxEVT_SCROLL_ENDSCROLL , wxSpinEvent )
216 void wxSpinCtrl::OnSpinChange(wxSpinEvent& eventSpin)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dspinbtn.cpp95 void OnSpinBtn(wxSpinEvent& event);
96 void OnSpinBtnUp(wxSpinEvent& event);
97 void OnSpinBtnDown(wxSpinEvent& event);
98 void OnSpinCtrl(wxSpinEvent& event);
411 void SpinBtnWidgetsPage::OnSpinBtn(wxSpinEvent& event)
421 void SpinBtnWidgetsPage::OnSpinBtnUp(wxSpinEvent& event)
427 void SpinBtnWidgetsPage::OnSpinBtnDown(wxSpinEvent& event)
433 void SpinBtnWidgetsPage::OnSpinCtrl(wxSpinEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfontdlgg.h23 class WXDLLEXPORT wxSpinEvent; variable in typeref:class:WXDLLEXPORT
73 void OnChangeSize(wxSpinEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dfontdlg.h63 class WXDLLEXPORT wxSpinEvent; variable in typeref:class:WXDLLEXPORT
127 void OnFontdialogFontsizeUpdated( wxSpinEvent& event );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dspinbutt.cpp49 wxSpinEvent event(pos > oldPos ? wxEVT_SCROLL_LINEUP : wxEVT_SCROLL_LINEDOWN, win->GetId());
66 wxSpinEvent event2(wxEVT_SCROLL_THUMBTRACK, win->GetId());
78 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dspinbutt.cpp65 wxSpinEvent event( command, win->GetId());
94 wxSpinEvent event2( command, win->GetId());
107 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dspinbutt.cpp36 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
99 wxEVENT_RANGE_PROPERTY( Spin , wxEVT_SCROLL_TOP , wxEVT_SCROLL_CHANGED , wxSpinEvent )
307 wxSpinEvent event(wxEVT_SCROLL_THUMBTRACK, m_windowId);
321 wxSpinEvent event(lpnmud->iDelta > 0 ? wxEVT_SCROLL_LINEUP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dspinbutt.cpp31 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
195 wxSpinEvent vEvent( wxEVT_SCROLL_THUMBTRACK, m_windowId );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dlayout.h49 void OnProportionChanged(wxSpinEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dspinctrl.h116 void OnSpinChange(wxSpinEvent& rEvent);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dspinctrl.h95 void OnSpinChange(wxSpinEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dspinctrl.h106 void OnSpinChange(wxSpinEvent& event);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dspinbutt.cpp41 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
168 wxSpinEvent event(inc > 0 ? wxEVT_SCROLL_LINEUP : wxEVT_SCROLL_LINEDOWN,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp100 void OnSpinUp( wxSpinEvent &event );
101 void OnSpinDown( wxSpinEvent &event );
102 void OnSpinUpdate( wxSpinEvent &event );
110 void OnSpinCtrl(wxSpinEvent& event);
111 void OnSpinCtrlUp(wxSpinEvent& event);
112 void OnSpinCtrlDown(wxSpinEvent& event);
1540 void MyPanel::OnSpinCtrl(wxSpinEvent& event)
1551 void MyPanel::OnSpinCtrlUp(wxSpinEvent& event)
1561 void MyPanel::OnSpinCtrlDown(wxSpinEvent& event)
1574 void MyPanel::OnSpinUp( wxSpinEvent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dspinbutt.cpp244 IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
348 wxSpinEvent event( delta > 0 ? wxEVT_SCROLL_LINEUP : wxEVT_SCROLL_LINEDOWN,

Completed in 186 milliseconds

12