]> git.saurik.com Git - wxWidgets.git/commitdiff
Use generic appearance for wxSimpleHtmlListBox.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:28 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Oct 2013 13:03:28 +0000 (13:03 +0000)
It doesn't make much sense to have platform-specific screenshots for this
generic control.

See #15346.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/images/appear-simplehtmllistbox-gtk.png [deleted file]
docs/doxygen/images/generic/simplehtmllistbox.png [new file with mode: 0644]
interface/wx/htmllbox.h

diff --git a/docs/doxygen/images/appear-simplehtmllistbox-gtk.png b/docs/doxygen/images/appear-simplehtmllistbox-gtk.png
deleted file mode 100644 (file)
index b03dd72..0000000
Binary files a/docs/doxygen/images/appear-simplehtmllistbox-gtk.png and /dev/null differ
diff --git a/docs/doxygen/images/generic/simplehtmllistbox.png b/docs/doxygen/images/generic/simplehtmllistbox.png
new file mode 100644 (file)
index 0000000..b03dd72
Binary files /dev/null and b/docs/doxygen/images/generic/simplehtmllistbox.png differ
index c8f541a6e785d8283bed3e77b366e2c4efb2536b..2f3cdaee16071f6266a7f437c0c14a5caa0ae9c0 100644 (file)
@@ -196,7 +196,7 @@ protected:
 
     @library{wxhtml}
     @category{ctrl}
-    @appearance{simplehtmllistbox}
+    @genericAppearance{simplehtmllistbox}
 
     @see wxSimpleHtmlListBox::Create
 */