summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/capplicationwindow.hxx4
-rw-r--r--NxWidgets/nxwm/include/cstartwindow.hxx4
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/NxWidgets/nxwm/include/capplicationwindow.hxx b/NxWidgets/nxwm/include/capplicationwindow.hxx
index 1a3d7eb48..8eda8d28a 100644
--- a/NxWidgets/nxwm/include/capplicationwindow.hxx
+++ b/NxWidgets/nxwm/include/capplicationwindow.hxx
@@ -96,12 +96,12 @@ namespace NxWM
uint8_t m_flags; /**< Window flags */
/**
- * Handle a mouse button click event.
+ * Handle a widget action event. For CImage, this is a mouse button pre-release event.
*
* @param e The event data.
*/
- void handleClickEvent(const NXWidgets::CWidgetEventArgs &e);
+ void handleActionEvent(const NXWidgets::CWidgetEventArgs &e);
public:
diff --git a/NxWidgets/nxwm/include/cstartwindow.hxx b/NxWidgets/nxwm/include/cstartwindow.hxx
index 5a5ea12f4..d0ae5ec84 100644
--- a/NxWidgets/nxwm/include/cstartwindow.hxx
+++ b/NxWidgets/nxwm/include/cstartwindow.hxx
@@ -110,12 +110,12 @@ namespace NxWM
void stopAllApplications(void);
/**
- * Handle a mouse button click event.
+ * Handle a widget action event. For CImage, this is a mouse button pre-release event.
*
* @param e The event data.
*/
- void handleClickEvent(const NXWidgets::CWidgetEventArgs &e);
+ void handleActionEvent(const NXWidgets::CWidgetEventArgs &e);
public:
diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx
index 35a291aef..cf98d10d9 100644
--- a/NxWidgets/nxwm/include/ctaskbar.hxx
+++ b/NxWidgets/nxwm/include/ctaskbar.hxx
@@ -209,12 +209,12 @@ namespace NxWM
void hideApplicationWindow(IApplication *app);
/**
- * Handle a mouse button click event.
+ * Handle a widget action event. For CImage, this is a mouse button pre-release event.
*
* @param e The event data.
*/
- void handleClickEvent(const NXWidgets::CWidgetEventArgs &e);
+ void handleActionEvent(const NXWidgets::CWidgetEventArgs &e);
public:
/**