summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cnxtoolbar.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/cnxtoolbar.hxx
parent43ec94a665e13552402ff4f102e0f65f6792cf29 (diff)
downloadnuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.tar.gz
nuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.tar.bz2
nuttx-638c1a6dc07b438efa220c5345e94c3a963505ca.zip
More trailing whilespace removal
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cnxtoolbar.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cnxtoolbar.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/NxWidgets/libnxwidgets/include/cnxtoolbar.hxx b/NxWidgets/libnxwidgets/include/cnxtoolbar.hxx
index 69a004da5..501067f0d 100644
--- a/NxWidgets/libnxwidgets/include/cnxtoolbar.hxx
+++ b/NxWidgets/libnxwidgets/include/cnxtoolbar.hxx
@@ -39,7 +39,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -56,7 +56,7 @@
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
@@ -101,14 +101,14 @@ namespace NXWidgets
* @param widgetControl Controlling widget for this toolbar.
* @param height The height of the toolbar.
*/
-
+
CNxToolbar(CNxTkWindow *pNxTkWindow, NXTKWINDOW hNxTkWindow,
CWidgetControl *pWidgetControl, nxgl_coord_t height);
/**
* Destructor.
*/
-
+
~CNxToolbar(void);
/**
@@ -163,7 +163,7 @@ namespace NXWidgets
* @param pPos The new position of the toolbar.
* @return Always returns false.
*/
-
+
bool setPosition(FAR const struct nxgl_point_s *pPos);
/**
@@ -173,7 +173,7 @@ namespace NXWidgets
* @param pPos The new position of the toolbar.
* @return Always returns false.
*/
-
+
bool setSize(FAR const struct nxgl_size_s *pSize);
/**