summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/inxwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/inxwindow.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/inxwindow.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/libnxwidgets/include/inxwindow.hxx b/NxWidgets/libnxwidgets/include/inxwindow.hxx
index 210a1e6ce..826d1784e 100644
--- a/NxWidgets/libnxwidgets/include/inxwindow.hxx
+++ b/NxWidgets/libnxwidgets/include/inxwindow.hxx
@@ -39,7 +39,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <nuttx/nx/nxglib.h>
@@ -99,7 +99,7 @@ namespace NXWidgets
*
* @return True if the window was successfully created.
*/
-
+
virtual bool open(void) = 0;
/**
@@ -144,7 +144,7 @@ namespace NXWidgets
* @param pPos The new position of the window.
* @return True on success, false on failure.
*/
-
+
virtual bool setPosition(FAR const struct nxgl_point_s *pPos) = 0;
/**
@@ -153,7 +153,7 @@ namespace NXWidgets
* @param pSize The new size of the window.
* @return OK on success; ERROR on failure with errno set appropriately.
*/
-
+
virtual bool setSize(FAR const struct nxgl_size_s *pSize) = 0;
/**