summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctaskbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx4
1 files changed, 2 insertions, 2 deletions
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:
/**