From 7a8bd13dae8a808b41a470c0ade0d124cc36e803 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 19 Apr 2013 10:47:16 +0000 Subject: [PATCH] EVT_TREE_STATE_IMAGE_CLICK is not Windows-only any more. State images in wxTreeCtrl are now supported under all platforms. See #9591. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/treectrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/treectrl.h b/interface/wx/treectrl.h index f328935b7e..0ab6c0a247 100644 --- a/interface/wx/treectrl.h +++ b/interface/wx/treectrl.h @@ -138,7 +138,7 @@ right click or by using the menu key. Processes a @c wxEVT_COMMAND_TREE_ITEM_MENU event type. @event{EVT_TREE_STATE_IMAGE_CLICK(id, func)} - The state image has been clicked. Windows only. + The state image has been clicked. Processes a @c wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK event type. @endEventTable -- 2.47.2