summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/iscrollable.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:26:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:26:44 -0600
commit638c1a6dc07b438efa220c5345e94c3a963505ca (patch)
tree85feed8dbf4f2dd7a2eec83ed88606f14a2f02a2 /NxWidgets/libnxwidgets/include/iscrollable.hxx
parent43ec94a665e13552402ff4f102e0f65f6792cf29 (diff)
downloadnuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.tar.gz
nuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.tar.bz2
nuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.zip
More trailing whilespace removal
Diffstat (limited to 'NxWidgets/libnxwidgets/include/iscrollable.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/iscrollable.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/NxWidgets/libnxwidgets/include/iscrollable.hxx b/NxWidgets/libnxwidgets/include/iscrollable.hxx
index b0e65a9db..f82d4ffea 100644
--- a/NxWidgets/libnxwidgets/include/iscrollable.hxx
+++ b/NxWidgets/libnxwidgets/include/iscrollable.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -84,11 +84,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -118,7 +118,7 @@ namespace NXWidgets
*/
virtual const int32_t getCanvasX(void) const = 0;
-
+
/**
* Gets the y coordinate of the virtual canvas.
*
@@ -134,7 +134,7 @@ namespace NXWidgets
*/
virtual const int32_t getCanvasWidth(void) const = 0;
-
+
/**
* Gets the height of the virtual canvas.
*
@@ -151,7 +151,7 @@ namespace NXWidgets
*/
virtual void scroll(int32_t dx, int32_t dy) = 0;
-
+
/**
* Repositions the virtual canvas to the specified coordinates.
*
@@ -200,7 +200,7 @@ namespace NXWidgets
*/
virtual void setCanvasWidth(const int32_t width) = 0;
-
+
/**
* Sets the height of the virtual canvas.
*