Minor updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-02-10 05:01:21 +00:00
parent 047473c90a
commit 105521d118
3 changed files with 208 additions and 134 deletions

View File

@@ -241,7 +241,7 @@ of which is drawn directly in the window, the other one is drawn into a
and then reloaded from the PNG file again so that conversions between wxImage
and wxBitmap as well as loading and save PNG files are tested.
At the bottom of the main frame is a test for using a mono-chrome bitmap by
At the bottom of the main frame is a test for using a monochrome bitmap by
drawing into a \helpref{wxMemoryDC}{wxmemorydc}. The bitmap is then drawn
specifying the foreground and background colours with
\helpref{wxDC::SetTextForeground}{wxdcsettextforeground} and
@@ -332,7 +332,7 @@ The sockets sample is work in progress. Coming soon:
\subsection{Statbar sample}\label{samplestatbar}
This sample shows how to create and use wxStaticBar. Although most of the
This sample shows how to create and use wxStatusBar. Although most of the
samples have a statusbar, they usually only create a default one and only
do it once.