summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
index 574c24b55..379ae4725 100644
--- a/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
+++ b/NxWidgets/libnxwidgets/include/cwindoweventhandler.hxx
@@ -41,15 +41,15 @@
****************************************************************************/
#include "nxconfig.hxx"
-
+
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/
-
+
/****************************************************************************
* Implementation Classes
****************************************************************************/
-
+
#if defined(__cplusplus)
namespace NXWidgets
@@ -69,13 +69,13 @@ namespace NXWidgets
*/
inline CWindowEventHandler() { }
-
+
/**
* Destructor.
*/
virtual inline ~CWindowEventHandler() { }
-
+
/**
* Handle a NX window redraw request event
*/
@@ -85,7 +85,7 @@ namespace NXWidgets
/**
* Handle a NX window position/size change event
*/
-
+
virtual void handleGeometryEvent(void) { }
/**
@@ -111,7 +111,7 @@ namespace NXWidgets
*
* @param arg - User provided argument (see nx_block or nxtk_block)
*/
-
+
virtual void handleBlockedEvent(FAR void *arg) { }
};
}