From 198a1efee54292ae74bf0e959715e3140dcd6a7e Mon Sep 17 00:00:00 2001 From: PB Date: Fri, 29 Mar 2019 21:02:44 +0100 Subject: [PATCH] Correct wxListCtrl::InsertColumn() documentation In InsertColumn(long, const wxListItem&) a line was split inside a referred overloaded method signature which prevented doxygen to recognize and link the referred method. In InsertColumn(long, const wxString&, int, int) non-existing Insert(long, const wxListItem&) overload was referenced instead of InsertColumn(long, const wxListItem&). Clsoes https://github.com/wxWidgets/wxWidgets/pull/1279 --- interface/wx/listctrl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 6692f09907..fac32dd53b 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -849,8 +849,8 @@ public: /** For report view mode (only), inserts a column. - For more details, see SetItem(). Also see InsertColumn(long, const - wxString&, int, int) overload for a usually more convenient + For more details, see SetItem(). Also see InsertColumn(long, const wxString&, int, int) + overload for a usually more convenient alternative to this method and the description of how the item width is interpreted by this method. */ @@ -863,7 +863,7 @@ public: given position specifying its most common attributes. Notice that to set the image for the column you need to use - Insert(long, const wxListItem&) overload and specify ::wxLIST_MASK_IMAGE + InsertColumn(long, const wxListItem&) overload and specify ::wxLIST_MASK_IMAGE in the item mask. @param col