mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 14:20:35 +08:00
Add subitem support to wxGenericListCtrl::HitTest()
See #25153.
(cherry picked from commit 580df3d670)
This commit is contained in:
committed by
Vadim Zeitlin
parent
863e019213
commit
d647d8a558
@@ -884,9 +884,10 @@ public:
|
||||
|
||||
If @a ptrSubItem is not @NULL and the wxListCtrl is in the report
|
||||
mode the subitem (or column) number will also be provided.
|
||||
This feature is only available in version 2.7.0 or higher and is currently only
|
||||
implemented under wxMSW and requires at least comctl32.dll of version 4.70 on
|
||||
the host system or the value stored in @a ptrSubItem will be always -1.
|
||||
This feature is available since version 3.2.7 in the generic control;
|
||||
in earlier versions the value stored in @a ptrSubItem will be always -1.
|
||||
Under wxMSW, the feature is available since version 2.7.0, and requires
|
||||
at least comctl32.dll of version 4.70 on the host system.
|
||||
To compile this feature into wxWidgets library you need to have access to
|
||||
commctrl.h of version 4.70 that is provided by Microsoft.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user