From: Vadim Zeitlin Date: Tue, 1 Oct 2013 13:03:20 +0000 (+0000) Subject: Use wxListCtrl screenshots for wxListView as well. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/38e392a8d6bd7a13802276fce9fe723063e30556 Use wxListCtrl screenshots for wxListView as well. wxListView appears identically to wxListCtrl in report mode and the existing wxListCtrl screenshots show it exactly in this mode, so it doesn't make much sense to duplicate them. This also avoids Doxygen warnings about missing wxListView screenshots for MSW and OSX. See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/images/appear-listview-gtk.png b/docs/doxygen/images/appear-listview-gtk.png deleted file mode 100644 index b42c6f2b4e..0000000000 Binary files a/docs/doxygen/images/appear-listview-gtk.png and /dev/null differ diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index d634fe8b14..360e6521e8 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -1536,7 +1536,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{listview} + @appearance{listctrl} @see wxListView::SetColumnImage */