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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Danimate.h63 // do not autoresize to the animation's size when SetAnimation() is called
67 // auto-resizes by default to fit the new animation when SetAnimation() is called
79 virtual void SetAnimation(const wxAnimation &anim) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp224 SetAnimation(anim);
244 SetAnimation(anim);
248 void wxAnimationCtrl::SetAnimation(const wxAnimation &anim) function in class:wxAnimationCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/animate/
H A Danitest.cpp194 m_animationCtrl->SetAnimation(wxNullAnimation);
291 m_animationCtrl->SetAnimation(temp);
308 m_animationCtrl->SetAnimation(temp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Danimatctrl.tex39 its size to exactly fit to the size of the animation when \helpref{SetAnimation}{wxanimationctrlsetanimation}
132 Loads the animation from the given file and calls \helpref{SetAnimation}{wxanimationctrlsetanimation}.
147 \membersection{wxAnimationCtrl::SetAnimation}\label{wxanimationctrlsetanimation}
149 \func{void}{SetAnimation}{\param{const wxAnimation \&}{ anim}}
166 if there's no valid animation associated with the control (see \helpref{SetAnimation}{wxanimationctrlsetanimation}),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Danimate.h119 virtual void SetAnimation(const wxAnimation &anim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp298 SetAnimation(animation);
315 SetAnimation(anim);
327 void wxAnimationCtrl::SetAnimation(const wxAnimation& animation) function in class:wxAnimationCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h108 void SetAnimation(const wxAnimation &animation);

Completed in 97 milliseconds