Searched refs:wxAnimationCtrlBase (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/common/
H A Danimatecmn.cpp35 IMPLEMENT_ABSTRACT_CLASS(wxAnimationCtrlBase, wxControl)
39 // wxAnimationCtrlBase
42 void wxAnimationCtrlBase::UpdateStaticImage()
92 void wxAnimationCtrlBase::SetInactiveBitmap(const wxBitmap &bmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimate.h60 // wxAnimationCtrlBase
70 class WXDLLIMPEXP_ADV wxAnimationCtrlBase : public wxControl class in inherits:wxControl
73 wxAnimationCtrlBase() { } function in class:wxAnimationCtrlBase
108 DECLARE_ABSTRACT_CLASS(wxAnimationCtrlBase)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h83 class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxAnimationCtrlBase
149 typedef wxAnimationCtrlBase base_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h71 class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxAnimationCtrlBase
173 typedef wxAnimationCtrlBase base_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp183 IMPLEMENT_DYNAMIC_CLASS(wxAnimationCtrl, wxAnimationCtrlBase)
184 BEGIN_EVENT_TABLE(wxAnimationCtrl, wxAnimationCtrlBase)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp268 IMPLEMENT_CLASS(wxAnimationCtrl, wxAnimationCtrlBase)
269 BEGIN_EVENT_TABLE(wxAnimationCtrl, wxAnimationCtrlBase)
358 wxAnimationCtrlBase::SetInactiveBitmap(bmp);

Completed in 209 milliseconds