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}