summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-15 17:33:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-15 17:33:59 -0600
commit178f42b730fa634777c9e4e579004da94655ba84 (patch)
tree3746731419cfc2a9e1648f87b20431b5391a87f1 /NxWidgets/nxwm/include
parent30bd1b4ab2fbc7420dad999b18091d04e6438689 (diff)
downloadnuttx-178f42b730fa634777c9e4e579004da94655ba84.tar.gz
nuttx-178f42b730fa634777c9e4e579004da94655ba84.tar.bz2
nuttx-178f42b730fa634777c9e4e579004da94655ba84.zip
NxMW::CMediaPlayer now supports a pause button
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 7c7d55624..1e9b5a190 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -123,9 +123,10 @@ 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::CStickyImage *m_rew; /**< Rewind control */
- NXWidgets::CImage *m_playPause; /**< Play/Pause control */
- NXWidgets::CStickyImage *m_fwd; /**< Forward control */
+ NXWidgets::CImage *m_play; /**< Play control */
+ NXWidgets::CImage *m_pause; /**< Pause control */
+ NXWidgets::CStickyImage *m_rewind; /**< Rewind control */
+ NXWidgets::CStickyImage *m_fforward; /**< Fast forward control */
NXWidgets::CGlyphSliderHorizontal *m_volume; /**< Volume control */
/**