new sample: statbar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-02-04 20:27:10 +00:00
parent 14e40b5aac
commit 2286341c8d
28 changed files with 689 additions and 35 deletions

View File

@@ -294,6 +294,16 @@ The sockets sample is work in progress. Coming soon:
\end{itemize}
\subsection{Statbar sample}\label{samplestatbar}
This sample shows how to create and use wxStaticBar. Although most of the
samples have a statusbar, they usually only create a default one and only
do it once.
Here you can see how to recreate the statusbar (with possibly different number
of fields) and how to use it to show icons/bitmaps and/or put arbitrary
controls into it.
\subsection{Text sample}\label{sampletext}
This sample demonstrates four features: firstly the use and many variants of