summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 10:18:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 10:18:36 -0600
commit8fdf85adf18386c3c916290561c99ba8e688fa1c (patch)
treec9557f071717c2630a66a3ff8b0b5623f8a0e46f /NxWidgets/nxwm/include
parentbca3ae582082e0582d3068c12abe2c51413305b8 (diff)
downloadnuttx-8fdf85adf18386c3c916290561c99ba8e688fa1c.tar.gz
nuttx-8fdf85adf18386c3c916290561c99ba8e688fa1c.tar.bz2
nuttx-8fdf85adf18386c3c916290561c99ba8e688fa1c.zip
NxWM::CMediaPlayer: Fix some state-related bugs introduced yesterday. Improved state-related button displayes. Now correctly catches and handles file selection events
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 455792db5..0584429a4 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -229,6 +229,12 @@ namespace NxWM
void setVolumeLevel(void);
/**
+ * Check if a new file has been selected (or de-selected) in the list box
+ */
+
+ inline void checkFileSelection(void);
+
+ /**
* Handle a widget action event. For this application, that means image
* pre-release events.
*