summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cscrollingpanel.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cscrollingpanel.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx b/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
index b27176e2f..fc987bbc1 100644
--- a/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
+++ b/NxWidgets/libnxwidgets/include/cscrollingpanel.hxx
@@ -73,7 +73,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -88,11 +88,11 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -152,7 +152,7 @@ namespace NXWidgets
virtual void onDrag(nxgl_coord_t x, nxgl_coord_t y,
nxgl_coord_t vX, nxgl_coord_t vY);
-
+
/**
* Starts the dragging system.
*
@@ -217,7 +217,7 @@ namespace NXWidgets
*/
virtual void scroll(int32_t dx, int32_t dy);
-
+
/**
* Reposition the panel's scrolling region to the specified coordinates.
*
@@ -259,7 +259,7 @@ namespace NXWidgets
{
return m_canvasX;
}
-
+
/**
* Gets the y coordinate of the virtual canvas.
*
@@ -281,7 +281,7 @@ namespace NXWidgets
{
return m_canvasWidth;
}
-
+
/**
* Gets the height of the virtual canvas.
*
@@ -353,7 +353,7 @@ namespace NXWidgets
{
m_canvasWidth = width;
}
-
+
/**
* Sets the height of the virtual canvas.
*