From b5f93038acbef20d72d4c7fa8aed3f10825aef39 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Jul 2014 09:48:47 -0600 Subject: NxWM::CMediaPlayer: Now uses CStickyImages for fast forward and rewind --- NxWidgets/nxwm/include/cmediaplayer.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NxWidgets/nxwm/include') diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx index 7f909f478..569ab8f44 100644 --- a/NxWidgets/nxwm/include/cmediaplayer.hxx +++ b/NxWidgets/nxwm/include/cmediaplayer.hxx @@ -47,6 +47,7 @@ #include #include "cimage.hxx" +#include "cstickyimage.hxx" #include "clabel.hxx" #include "cnxfont.hxx" #include "cglyphsliderhorizontal.hxx" @@ -122,9 +123,9 @@ namespace NxWM NXWidgets::CLabel *m_text; /**< Some text in the app for now */ NXWidgets::CNxFont *m_font; /**< The font used in the media player */ - NXWidgets::CImage *m_rew; /**< Rewind control */ + NXWidgets::CStickyImage *m_rew; /**< Rewind control */ NXWidgets::CImage *m_playPause; /**< Play/Pause control */ - NXWidgets::CImage *m_fwd; /**< Forward control */ + NXWidgets::CStickyImage *m_fwd; /**< Forward control */ NXWidgets::CGlyphSliderHorizontal *m_volume; /**< Volume control */ /** -- cgit v1.2.3