summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx b/NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx
index ba7090b4b..127dd2015 100644
--- a/NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx
+++ b/NxWidgets/libnxwidgets/include/cscrollinglistbox.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -92,11 +92,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -136,7 +136,7 @@ namespace NXWidgets
*/
virtual void onResize(nxgl_coord_t width, nxgl_coord_t height);
-
+
/**
* Destructor.
*/
@@ -298,7 +298,7 @@ namespace NXWidgets
{
return m_listbox->getSelectedOption();
}
-
+
/**
* Sets whether multiple selections are possible or not.
*