documented EVT_LIST_ITEM_RIGHT_CLICK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2000-09-17 19:17:55 +00:00
parent 88d42654d7
commit a07a98dbe5
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
node staticline
var style of flags wxLI_HORIZONTAL,wxLI_VERTICAL
derived from control

View File

@ -66,6 +66,7 @@ functions that take a \helpref{wxListEvent}{wxlistevent} argument.
\twocolitem{{\bf EVT\_LIST\_KEY\_DOWN(id, func)}}{A key has been pressed.}
\twocolitem{{\bf EVT\_LIST\_INSERT\_ITEM(id, func)}}{An item has been inserted.}
\twocolitem{{\bf EVT\_LIST\_COL\_CLICK(id, func)}}{A column ({\bf m\_col}) has been left-clicked.}
\twocolitem{{\bf EVT\_LIST\_ITEM\_RIGHT\_CLICK(id, func)}}{An item has been right-clicked.}
\end{twocollist}%
\wxheading{See also}