summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx b/NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx
index 3ac7fb360..aa246d7ee 100644
--- a/NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx
+++ b/NxWidgets/libnxwidgets/include/csliderverticalgrip.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -86,11 +86,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -134,7 +134,7 @@ namespace NXWidgets
*/
virtual void onClick(nxgl_coord_t x, nxgl_coord_t y);
-
+
/**
* Redraws the grip.
*
@@ -143,7 +143,7 @@ namespace NXWidgets
*/
virtual void onRelease(nxgl_coord_t x, nxgl_coord_t y);
-
+
/**
* Redraws the grip.
*
@@ -152,7 +152,7 @@ namespace NXWidgets
*/
virtual void onReleaseOutside(nxgl_coord_t x, nxgl_coord_t y);
-
+
/**
* Moves the grip to follow the mouse.
*