]> git.saurik.com Git - wxWidgets.git/commitdiff
Use wxListCtrl screenshots for wxListView as well.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:20 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:20 +0000 (13:03 +0000)
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

docs/doxygen/images/appear-listview-gtk.png [deleted file]
interface/wx/listctrl.h

diff --git a/docs/doxygen/images/appear-listview-gtk.png b/docs/doxygen/images/appear-listview-gtk.png
deleted file mode 100644 (file)
index b42c6f2..0000000
Binary files a/docs/doxygen/images/appear-listview-gtk.png and /dev/null differ
index d634fe8b14b9c5d23e1bbd53fdd43783ba346588..360e6521e8f9bd4c4052424d2d5d23d003d698d9 100644 (file)
@@ -1536,7 +1536,7 @@ public:
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{listview}
+    @appearance{listctrl}
 
     @see wxListView::SetColumnImage
 */