]> git.saurik.com Git - wxWidgets.git/commitdiff
columns are in report mode, not list (bug 776081)
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Jul 2003 12:02:37 +0000 (12:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 Jul 2003 12:02:37 +0000 (12:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listctrl.tex

index 2ddd4e100665732cde11623b383c4ebdce5d2755..486a74d7b65426f740c6789fc7fee27befa095b6 100644 (file)
@@ -496,12 +496,10 @@ flags value mentioned above.}
 
 \func{long}{InsertColumn}{\param{long }{col}, \param{wxListItem\& }{info}}
 
-For list view mode (only), inserts a column. For more details, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
-
 \func{long}{InsertColumn}{\param{long }{col}, \param{const wxString\& }{heading}, \param{int }{format = wxLIST\_FORMAT\_LEFT},\rtfsp
 \param{int }{width = -1}}
 
-For list view mode (only), inserts a column. For more details, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
+For report view mode (only), inserts a column. For more details, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
 
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par