Searched refs:m_animation (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp321 if (m_animation.IsOk() && !this->HasFlag(wxAC_NO_AUTORESIZE))
322 return m_animation.GetSize();
333 m_animation = animation;
334 if (!m_animation.IsOk())
340 if (m_animation.GetBackgroundColour() == wxNullColour)
363 SetSize(m_animation.GetSize());
397 if (!m_animation.IsOk())
417 int delay = m_animation.GetDelay(0);
435 wxSize sz = m_animation.GetSize(),
456 if (m_animation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h110 { return m_animation; }
145 // resize this control to fit m_animation
164 wxAnimation m_animation; // The animation member in class:wxAnimationCtrl

Completed in 135 milliseconds