From: Francesco Montorsi Date: Fri, 28 Nov 2008 23:16:24 +0000 (+0000) Subject: remove @appearance tag from abstract classes; add the missing screenshots of some... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7a9a204e09c8b46fbffba1bf8d80bf2f0799a608 remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/images/wxgtk/listview.png b/docs/doxygen/images/wxgtk/listview.png new file mode 100644 index 0000000000..b42c6f2b4e Binary files /dev/null and b/docs/doxygen/images/wxgtk/listview.png differ diff --git a/docs/doxygen/images/wxgtk/simplehtmllistbox.png b/docs/doxygen/images/wxgtk/simplehtmllistbox.png new file mode 100644 index 0000000000..b03dd72a81 Binary files /dev/null and b/docs/doxygen/images/wxgtk/simplehtmllistbox.png differ diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index 198377a957..64c8096403 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -25,7 +25,6 @@ @library{wxhtml} @category{ctrl} - @appearance{htmllistbox.png} @see wxSimpleHtmlListBox */ diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index cda726e4df..e9d90b285a 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -54,6 +54,7 @@ @library{wxrichtext} @category{events,richtext} + @appearance{richtextctrl.png} */ class wxRichTextEvent : public wxNotifyEvent { diff --git a/interface/wx/vlbox.h b/interface/wx/vlbox.h index 465c312da0..8569dac0fe 100644 --- a/interface/wx/vlbox.h +++ b/interface/wx/vlbox.h @@ -30,7 +30,6 @@ @library{wxcore} @category{ctrl} - @appearance{vlistbox.png} @see wxSimpleHtmlListBox, wxHtmlListBox */