From: Václav Slavík Date: Sun, 17 Sep 2000 19:17:55 +0000 (+0000) Subject: documented EVT_LIST_ITEM_RIGHT_CLICK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a07a98dbe53e6fa446dd40b0c5aa4b3c520b442f documented EVT_LIST_ITEM_RIGHT_CLICK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/utils/wxrcedit/df/staticline.df b/contrib/utils/wxrcedit/df/staticline.df new file mode 100644 index 0000000000..75995cfb46 --- /dev/null +++ b/contrib/utils/wxrcedit/df/staticline.df @@ -0,0 +1,3 @@ +node staticline +var style of flags wxLI_HORIZONTAL,wxLI_VERTICAL +derived from control diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index a275fe865f..79a8478b03 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -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}