Widgets sample mentioned.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-06-07 15:02:40 +00:00
parent 5950509243
commit b26f242524

View File

@ -26,9 +26,9 @@ this list is not complete. You should start your tour of wxWidgets with the
"Hello, world!". It shows the basic structure of wxWidgets program and is the "Hello, world!". It shows the basic structure of wxWidgets program and is the
most commented sample of all - looking at its source code is recommended. most commented sample of all - looking at its source code is recommended.
The next most useful sample is probably the \helpref{controls}{samplecontrols} The next most useful sample is probably \helpref{widgets}{samplewidgets}
one which shows many of wxWidgets standard controls, such as buttons, and \helpref{controls}{samplecontrols} which show many of wxWidgets native and
listboxes, checkboxes, comboboxes etc. generic controls, such as buttons, listboxes, checkboxes, comboboxes etc.
Other, more complicated controls, have their own samples. In this category you Other, more complicated controls, have their own samples. In this category you
may find the following samples showing the corresponding controls: may find the following samples showing the corresponding controls:
@ -559,6 +559,15 @@ sorting (in default alphabetical order as well as in custom one) is
demonstrated here as well - try the corresponding menu entries. demonstrated here as well - try the corresponding menu entries.
\subsection{Widgets sample}\label{samplewidgets}
The widgets sample is the main presentation program for most simple and advanced
native controls and complex generic widgets provided by wxWidgets.
The sample tests their basic functionality, events, placement, modification
in terms of colour and font as well as the possibility to change
the controls programmatically, such as adding an item to a list box etc.
All widgets are categorized for easy browsing.
\subsection{Wizard sample}\label{samplewizard} \subsection{Wizard sample}\label{samplewizard}
This sample shows the so-called wizard dialog (implemented using This sample shows the so-called wizard dialog (implemented using
@ -582,4 +591,3 @@ but sometimes it depends on the user choices: wxCheckboxPage shows how to
dynamically decide which page to display next (see also dynamically decide which page to display next (see also
\helpref{wxWizardPage}{wxwizardpage}) \helpref{wxWizardPage}{wxwizardpage})
\end{itemize} \end{itemize}