summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/clabel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/clabel.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/clabel.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/NxWidgets/libnxwidgets/include/clabel.hxx b/NxWidgets/libnxwidgets/include/clabel.hxx
index 62ed1cda7..ccadb55ee 100644
--- a/NxWidgets/libnxwidgets/include/clabel.hxx
+++ b/NxWidgets/libnxwidgets/include/clabel.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
@@ -150,7 +150,7 @@ namespace NXWidgets
*
* @see redraw()
*/
-
+
virtual void drawContents(CGraphicsPort *port);
/**
@@ -240,7 +240,7 @@ namespace NXWidgets
*/
virtual void setTextAlignmentVert(TextAlignmentVert alignment);
-
+
/**
* Set the horizontal alignment of text within the label.
*
@@ -262,7 +262,7 @@ namespace NXWidgets
{
return m_vAlignment;
}
-
+
/**
* Returns the string shown in the label.
*