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:
parent
88d42654d7
commit
a07a98dbe5
3
contrib/utils/wxrcedit/df/staticline.df
Normal file
3
contrib/utils/wxrcedit/df/staticline.df
Normal file
@ -0,0 +1,3 @@
|
||||
node staticline
|
||||
var style of flags wxLI_HORIZONTAL,wxLI_VERTICAL
|
||||
derived from control
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user