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
This commit is contained in:
Vadim Zeitlin
2013-04-19 10:47:16 +00:00
parent f6b826564e
commit 7a8bd13dae

View File

@@ -138,7 +138,7 @@
right click or by using the menu key. right click or by using the menu key.
Processes a @c wxEVT_COMMAND_TREE_ITEM_MENU event type. Processes a @c wxEVT_COMMAND_TREE_ITEM_MENU event type.
@event{EVT_TREE_STATE_IMAGE_CLICK(id, func)} @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. Processes a @c wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK event type.
@endEventTable @endEventTable