back to gui
wxListHitTest
generated from ../src/mod_gui/control/listhit.cpp
Helper class for returning information from hitTest.
This class is specific for wxJavaScript. It doesn't exist in wxWidgets.
Constants
HitTest
| Name |
Description |
| ABOVE |
Above the client area. |
| BELOW |
Below the client area. |
| NOWHERE |
In the client area but below the last item. |
| ONITEMICON |
On the bitmap associated with an item. |
| ONITEMLABEL |
On the label (string) associated with an item. |
| ONITEMRIGHT |
In the area to the right of an item. |
| ONITEMSTATEICON |
On the state icon for a tree view item that is in a user-defined state. |
| TOLEFT |
To the left of the client area. |
| TORIGHT |
To the right of the client area. |
| ONITEM |
(ONITEMICON | ONITEMLABEL | ONITEMSTATEICON) |
Properties
| Name |
Type |
Description |
flags  |
Integer |
Get the flags. These flags give details about the position and the list
control item.
|
item  |
Integer |
Get the item.
|