Converted bitmaps to PNG (saving 600KB+), flattened any transparent PNGs in case of incompatible browsers/printing, and renamed a number of images to indicate what page it's used on.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-03-04 04:20:27 +00:00
parent bc192c074f
commit de2b67e699
59 changed files with 28 additions and 26 deletions

View File

@@ -89,10 +89,7 @@ You might mitigate this by providing the choice between wxTextCtrl and
wxRichTextCtrl, with fewer features in the former case.
A good way to understand wxRichTextCtrl's capabilities is to compile and run
the sample, @c samples/richtext, and browse the code. The following screenshot
shows the sample in action:
@image html richtextctrl.bmp
the sample, @c samples/richtext, and browse the code.
@section overview_richtextctrl_example Code Example