]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/tsamples.tex
added support for reading alpha channel
[wxWidgets.git] / docs / latex / wx / tsamples.tex
CommitLineData
eb91c0be
VZ
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name: tsamples.tex
3%% Purpose: Samples description
4%% Author: Vadim Zeitlin
5%% Modified by:
6%% Created: 02.11.99
7%% RCS-ID: $Id$
8%% Copyright: (c) wxWindows team
f6bcfd97 9%% License: wxWindows license
eb91c0be 10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
963863ad
VZ
11% NB: please keep the subsections in alphabetic order!
12
eb91c0be
VZ
13\section{wxWindows samples}\label{samples}
14
15Probably the best way to learn wxWindows is by reading the source of some 50+
16samples provided with it. Many aspects of wxWindows programming can be learnt
17from them, but sometimes it is not simple to just choose the right sample to
18look at. This overview aims at describing what each sample does/demonstrates to
19make it easier to find the relevant one if a simple grep through all sources
20didn't help. They also provide some notes about using the samples and what
21features of wxWindows are they supposed to test.
22
238ddd26 23There are currently more than 50 different samples as part of wxWindows and
963863ad
VZ
24this list is not complete. You should start your tour of wxWindows with the
25\helpref{minimal sample}{sampleminimal} which is the wxWindows version of
26"Hello, world!". It shows the basic structure of wxWindows program and is the
27most commented sample of all - looking at its source code is recommended.
28
29The next most useful sample is probably the \helpref{controls}{samplecontrols}
30one which shows many of wxWindows standard controls, such as buttons,
ecf527c0 31listboxes, checkboxes, comboboxes etc.
963863ad
VZ
32
33Other, more complicated controls, have their own samples. In this category you
34may find the following samples showing the corresponding controls:
35
36\begin{twocollist}\itemsep=0pt
37\twocolitem{\helpref{wxCalendarCtrl}{samplecalendar}}{Calendar a.k.a. date picker control}
38\twocolitem{\helpref{wxListCtrl}{samplelistctrl}}{List view control}
39\twocolitem{\helpref{wxTreeCtrl}{sampletreectrl}}{Tree view control}
40\twocolitem{\helpref{wxGrid}{samplegrid}}{Grid control}
41\end{twocollist}
42
43Finally, it might be helpful to do a search in the entire sample directory if
44you can't find the sample you showing the control you are interested in by
45name. Most of wxWindows classes, occur in at least one of the samples.
238ddd26
RR
46
47\subsection{Minimal sample}\label{sampleminimal}
48
49The minimal sample is what most people will know under the term Hello World,
50i.e. a minimal program that doesn't demonstrate anything apart from what is
51needed to write a program that will display a "hello" dialog. This is usually
52a good starting point for learning how to use wxWindows.
53
c9d0bc8a
VS
54\subsection{Art provider sample}\label{sampleartprovider}
55
56The {\tt artprov} sample shows how you can customize the look of standard
57wxWindows dialogs by replacing default bitmaps/icons with your own versions.
f4fcc291 58It also shows how you can use wxArtProvider to
c9d0bc8a
VS
59get stock bitmaps for use in your application.
60
4f6aed9c
VZ
61\subsection{Calendar sample}\label{samplecalendar}
62
63This font shows the \helpref{calendar control}{wxcalendarctrl} in action. It
64shows how to configure the control (see the different options in the calendar
65menu) and also how to process the notifications from it.
66
cddfbd9f
RR
67\subsection{Checklist sample}\label{samplechecklist}
68
69This sample demonstrates the use of the \helpref{wxCheckListBox}{wxchecklistbox}
70class intercepting check, select and double click events. It also tests the
f6bcfd97
BP
71use of various methods modifying the control, such as by deleting items
72from it or inserting new once (these functions are actually implemented in
cddfbd9f
RR
73the parent class \helpref{wxListBox}{wxlistbox} so the sample tests that class
74as well). The layout of the dialog is created using a \helpref{wxBoxSizer}{wxboxsizer}
75demonstrating a simple dynamic layout.
76
77\subsection{Config sample}\label{sampleconfig}
78
79This sample demonstrates the \helpref{wxConfig}{wxconfigbase} classes in a platform
2edb0bde 80independent way, i.e. it uses text based files to store a given configuration under
cddfbd9f
RR
81Unix and uses the Registry under Windows.
82
83See \helpref{wxConfig overview}{wxconfigoverview} for the descriptions of all
84features of this class.
85
32ab332f
RR
86\subsection{Controls sample}\label{samplecontrols}
87
88The controls sample is the main test program for most simple controls used in
89wxWindows. The sample tests their basic functionality, events, placement,
90modification in terms of colour and font as well as the possibility to change
91the controls programmatically, such as adding item to a list box etc. Apart
92from that, the sample uses a \helpref{wxNotebook}{wxnotebook} and tests most
f6bcfd97 93features of this special control (using bitmap in the tabs, using
32ab332f 94\helpref{wxSizers}{wxsizer} and \helpref{constraints}{wxlayoutconstraints} within
f6bcfd97 95notebook pages, advancing pages programmatically and vetoing a page change
32ab332f
RR
96by intercepting the \helpref{wxNotebookEvent}{wxnotebookevent}.
97
98The various controls tested are listed here:
ecf527c0 99
32ab332f
RR
100\begin{twocollist}\itemsep=0pt
101\twocolitem{\helpref{wxButton}{wxbutton}}{Push button control, displaying text}
102\twocolitem{\helpref{wxBitmapButton}{wxbitmapbutton}}{Push button control, displaying a bitmap}
103\twocolitem{\helpref{wxCheckBox}{wxcheckbox}}{Checkbox control}
104\twocolitem{\helpref{wxChoice}{wxchoice}}{Choice control (a combobox without the editable area)}
105\twocolitem{\helpref{wxComboBox}{wxcombobox}}{A choice with an editable area}
106\twocolitem{\helpref{wxGauge}{wxgauge}}{A control to represent a varying quantity, such as time remaining}
107\twocolitem{\helpref{wxStaticBox}{wxstaticbox}}{A static, or group box for visually grouping related controls}
108\twocolitem{\helpref{wxListBox}{wxlistbox}}{A list of strings for single or multiple selection}
109\twocolitem{wxSpinCtrl}{A spin ctrl with a text field and a `up-down' control}
110\twocolitem{\helpref{wxSpinButton}{wxspinbutton}}{A spin or `up-down' control}
111\twocolitem{\helpref{wxStaticText}{wxstatictext}}{One or more lines of non-editable text}
112\twocolitem{\helpref{wxStaticBitmap}{wxstaticbitmap}}{A control to display a bitmap}
113\twocolitem{\helpref{wxRadioBox}{wxradiobox}}{A group of radio buttons}
114\twocolitem{\helpref{wxRadioButton}{wxradiobutton}}{A round button to be used with others in a mutually exclusive way}
115\twocolitem{\helpref{wxSlider}{wxslider}}{A slider that can be dragged by the user}
116\end{twocollist}
117
118\subsection{Database sample}\label{sampledb}
119
120The database sample is a small test program showing how to use the ODBC
19320af4
GT
121classes written by Remstar Intl. Obviously, this sample requires a
122database with ODBC support to be correctly installed on your system.
32ab332f 123
cddfbd9f
RR
124\subsection{Dialogs sample}\label{sampledialogs}
125
126This sample shows how to use the common dialogs available from wxWindows. These
f6bcfd97
BP
127dialogs are described in details in the \helpref{Common dialogs overview}{commondialogsoverview}.
128
129\subsection{Dialup sample}\label{sampledialup}
130
131This sample shows \helpref{wxDialUpManager}{wxdialupmanager}
2edb0bde
VZ
132class. It displays in the status bar the information gathered through its
133interface: in particular, the current connection status (online or offline) and
f6bcfd97 134whether the connection is permanent (in which case a string `LAN' appears in
2edb0bde 135the third status bar field - but note that you may have be on a LAN not
f6bcfd97
BP
136connected to the Internet, in which case you will not see this) or not.
137
138Using the menu entries, you may also dial or hang up the line if you have a
139modem attached and (this only makes sense for Windows) list the available
140connections.
cddfbd9f 141
b9989817
VZ
142\subsection{DnD sample}\label{samplednd}
143
144This sample shows both clipboard and drag and drop in action. It is quite non
145trivial and may be safely used as a basis for implementing the clipboard and
146drag and drop operations in a real-life program.
147
148When you run the sample, its screen is split in several parts. On the top,
149there are two listboxes which show the standard derivations of
150\helpref{wxDropTarget}{wxdroptarget}:
151\helpref{wxTextDropTarget}{wxtextdroptarget} and
152\helpref{wxFileDropTarget}{wxfiledroptarget}.
153
154The middle of the sample window is taken by the log window which shows what is
155going on (of course, this only works in debug builds) and may be helpful to see
156the sequence of steps of data transfer.
157
158Finally, the last part is used for dragging text from it to either one of the
159listboxes (only one will accept it) or another application. The last
160functionality available from the main frame is to paste a bitmap from the
161clipboard (or, in the case of Windows version, also a metafile) - it will be
162shown in a new frame.
163
164So far, everything we mentioned was implemented with minimal amount of code
165using standard wxWindows classes. The more advanced features are demonstrated
166if you create a shape frame from the main frame menu. A shape is a geometric
167object which has a position, size and color. It models some
168application-specific data in this sample. A shape object supports its own
169private \helpref{wxDataFormat}{wxdataformat} which means that you may cut and
170paste it or drag and drop (between one and the same or different shapes) from
171one sample instance to another (or the same). However, chances are that no
172other program supports this format and so shapes can also be rendered as
173bitmaps which allows them to be pasted/dropped in many other applications
174(and, under Windows, also as metafiles which are supported by most of Windows
175programs as well - try Write/Wordpad, for example).
176
177Take a look at DnDShapeDataObject class to see how you may use
178\helpref{wxDataObject}{wxdataobject} to achieve this.
179
238ddd26
RR
180\subsection{Dynamic sample}\label{sampledynamic}
181
182This sample is a very small sample that demonstrates the use of the
183\helpref{wxEvtHandler::Connect}{wxevthandlerconnect} method. This method
184should be used whenever it is not known at compile time, which control
185will receive which event or which controls are actually going to be in
186a dialog or frame. This is most typically the case for any scripting
f6bcfd97 187language that would work as a wrapper for wxWindows or programs where
238ddd26
RR
188forms or similar datagrams can be created by the uses.
189
6164f93c
VZ
190See also the \helpref{event sample}{sampleevent}
191
192\subsection{Event sample}\label{sampleevent}
193
194The event sample demonstrates various features of the wxWindows events. It
195shows using dynamic events and connecting/disconnecting the event handlers
196during the run time and also using
197\helpref{PushEventHandler()}{wxwindowpusheventhandler} and
198\helpref{PopEventHandler()}{wxwindowpopeventhandler}.
199
200It replaces the old dynamic sample.
201
0d7ea902
VZ
202\subsection{Exec sample}\label{sampleexec}
203
204The exec sample demonstrates the \helpref{wxExecute}{wxexecute} and
205\helpref{wxShell}{wxshell} functions. Both of them are used to execute the
206external programs and the sample shows how to do this synchronously (waiting
207until the program terminates) or asynchronously (notification will come later).
208
f6bcfd97 209It also shows how to capture the output of the child process in both
50567b69
VZ
210synchronous and asynchronous cases and how to kill the processes with
211\helpref{wxProcess::Kill}{wxprocesskill} and test for their existence with
212\helpref{wxProcess::Exists}{wxprocessexists}.
f6bcfd97 213
775a998e
VZ
214\subsection{Font sample}\label{samplefont}
215
216The font sample demonstrates \helpref{wxFont}{wxfont},
217\helpref{wxFontEnumerator}{wxfontenumerator} and
218\helpref{wxFontMapper}{wxfontmapper} classes. It allows you to see the fonts
219available (to wxWindows) on the computer and shows all characters of the
220chosen font as well.
221
963863ad
VZ
222\subsection{Grid sample}\label{samplegrid}
223
224TODO.
225
61eff74f
VS
226\subsection{HTML samples}\label{samplehtml}
227
228Eight HTML samples (you can find them in directory {\tt samples/html})
229cover all features of HTML sub-library.
230
528e0faf 231{\bf Test} demonstrates how to create \helpref{wxHtmlWindow}{wxhtmlwindow}
61eff74f
VS
232and also shows most of supported HTML tags.
233
234{\bf Widget} shows how you can embed ordinary controls or windows within
235HTML page. It also nicely explains how to write new tag handlers and extend
236the library to work with unsupported tags.
237
238{\bf About} may give you an idea how to write good-looking about boxes.
239
240{\bf Zip} demonstrates use of virtual file systems in wxHTML. The zip archives
241handler (ships with wxWindows) allows you to access HTML pages stored
242in compressed archive as if they were ordinary files.
243
f6bcfd97 244{\bf Virtual} is yet another virtual file systems demo. This one generates pages at run-time.
61eff74f
VS
245You may find it useful if you need to display some reports in your application.
246
528e0faf 247{\bf Printing} explains use of \helpref{wxHtmlEasyPrinting}{wxhtmleasyprinting}
61eff74f
VS
248class which serves as as-simple-as-possible interface for printing HTML
249documents without much work. In fact, only few function calls are sufficient.
250
251{\bf Help} and {\bf Helpview} are variations on displaying HTML help
f6bcfd97 252(compatible with MS HTML Help Workshop). {\it Help} shows how to embed
61eff74f
VS
253\helpref{wxHtmlHelpController}{wxhtmlhelpcontroller} in your application
254while {\it Helpview} is simple tool that only pops up help window and
255displays help books given at command line.
256
963863ad
VZ
257\subsection{Image sample}\label{sampleimage}
258
259The image sample demonstrates the use of the \helpref{wxImage}{wximage} class
260and shows how to download images in a variety of formats, currently PNG, GIF,
261TIFF, JPEG, BMP, PNM and PCX. The top of the sample shows to rectangles, one
f6bcfd97 262of which is drawn directly in the window, the other one is drawn into a
963863ad
VZ
263\helpref{wxBitmap}{wxbitmap}, converted to a wxImage, saved as a PNG image
264and then reloaded from the PNG file again so that conversions between wxImage
265and wxBitmap as well as loading and save PNG files are tested.
266
105521d1 267At the bottom of the main frame is a test for using a monochrome bitmap by
963863ad
VZ
268drawing into a \helpref{wxMemoryDC}{wxmemorydc}. The bitmap is then drawn
269specifying the foreground and background colours with
270\helpref{wxDC::SetTextForeground}{wxdcsettextforeground} and
271\helpref{wxDC::SetTextBackground}{wxdcsettextbackground} (on the left). The
272bitmap is then converted to a wxImage and the foreground colour (black) is
273replaced with red using \helpref{wxImage::Replace}{wximagereplace}.
274
fb848f58
VZ
275\subsection{Internat(ionalization) sample}\label{sampleinternat}
276
277The not very clearly named internat sample demonstrates the wxWindows
278internatationalization (i18n for short from now on) features. To be more
279precise, it only shows localization support, i.e. support for translating the
280program messages in another language while true i18n would also involve
281changing the other aspects of the programs behaviour.
282
283More information about this sample can be found in the {\tt readme.txt} file in
a81705a3 284its directory. Please see also \helpref{i18n overview}{internationalization}.
fb848f58 285
238ddd26
RR
286\subsection{Layout sample}\label{samplelayout}
287
288The layout sample demonstrates the two different layout systems offered
289by wxWindows. When starting the program, you will see a frame with some
290controls and some graphics. The controls will change their size whenever
291you resize the entire frame and the exact behaviour of the size changes
528e0faf
JS
292is determined using the \helpref{wxLayoutConstraints}{wxlayoutconstraints}
293class. See also the \helpref{overview}{constraintsoverview} and the
294\helpref{wxIndividualLayoutConstraint}{wxindividuallayoutconstraint}
238ddd26
RR
295class for further information.
296
297The menu in this sample offers two more tests, one showing how to use
298a \helpref{wxBoxSizer}{wxboxsizer} in a simple dialog and the other one
528e0faf 299showing how to use sizers in connection with a \helpref{wxNotebook}{wxnotebook}
238ddd26
RR
300class. See also \helpref{wxNotebookSizer}{wxnotebooksizer} and
301\helpref{wxSizer}{wxsizer}.
302
963863ad 303\subsection{Listctrl sample}\label{samplelistctrl}
32ab332f 304
963863ad
VZ
305This sample shows \helpref{wxListCtrl}{wxlistctrl} control. Different modes
306supported by the control (list, icons, small icons, report) may be chosen from
307the menu.
32ab332f 308
963863ad
VZ
309The sample also provides some timings for adding/deleting/sorting a lot of
310(several thousands) controls into the control.
32ab332f 311
b9989817
VZ
312\subsection{Rotate sample}\label{samplerotate}
313
314This is a simple example which demonstrates how to rotate an image with
315the \helpref{wxImage::Rotate}{wximagerotate} method. The rotation can
316be done without interpolation (left mouse button) which will be faster,
317or with interpolation (right mouse button) which is slower but gives
318better results.
319
320\subsection{Scroll subwindow sample}\label{samplescrollsub}
321
322This sample demonstrates the use of the \helpref{wxScrolledWindow}{wxscrolledwindow}
323class including placing subwindows into it and drawing simple graphics. It uses the
324\helpref{SetTargetWindow}{wxscrolledwindowsettargetwindow} method and thus the effect
325of scrolling does not show in the scrolled window itself, but in one of its subwindows.
326
327Additionally, this samples demonstrates how to optimize drawing operations in wxWindows,
328in particular using the \helpref{wxWindow::IsExposed}{wxwindowisexposed} method with
329the aim to prevent unnecessary drawing in the window and thus reducing or removing
330flicker on screen.
331
e5a2291a
GRG
332\subsection{Sockets sample}\label{samplesockets}
333
334The sockets sample demonstrates how to use the communication facilities
335provided by \helpref{wxSocket}{wxsocketbase}. There are two different
528e0faf 336applications in this sample: a server, which is implemented using a
5adbbc29
GRG
337\helpref{wxSocketServer}{wxsocketserver} object, and a client, which
338is implemented as a \helpref{wxSocketClient}{wxsocketclient}.
339
340The server binds to the local address, using TCP port number 3000,
341sets up an event handler to be notified of incoming connection requests
342({\bf wxSOCKET\_CONNECTION} events), and stands there, waiting for clients
343({\it listening} in the socket parlance). For each accepted connection,
344a new \helpref{wxSocketBase}{wxsocketbase} object is created. These
345socket objects are independent from the server that created them, so
346they set up their own event handler, and then request to be notified
528e0faf 347of {\bf wxSOCKET\_INPUT} (incoming data) or {\bf wxSOCKET\_LOST}
5adbbc29
GRG
348(connection closed at the remote end) events. In the sample, the event
349handler is the same for all connections; to find out which socket the
f6bcfd97
BP
350event is addressed to, the \helpref{GetSocket}{wxsocketeventgetsocket} function
351is used.
e5a2291a
GRG
352
353Although it might take some time to get used to the event-oriented
354system upon which wxSocket is built, the benefits are many. See, for
355example, that the server application, while being single-threaded
356(and of course without using fork() or ugly select() loops) can handle
357an arbitrary number of connections.
358
359The client starts up unconnected, so you can use the Connect... option
360to specify the address of the server you are going to connect to (the
361TCP port number is hard-coded as 3000). Once connected, a number of
362tests are possible. Currently, three tests are implemented. They show
363how to use the basic IO calls in \helpref{wxSocketBase}{wxsocketbase},
528e0faf 364such as \helpref{Read}{wxsocketbaseread}, \helpref{Write}{wxsocketbasewrite},
e5a2291a
GRG
365\helpref{ReadMsg}{wxsocketbasereadmsg} and \helpref{WriteMsg}{wxsocketbasewritemsg},
366and how to set up the correct IO flags depending on what you are going to
5adbbc29
GRG
367do. See the comments in the code for more information. Note that because
368both clients and connection objects in the server set up an event handler
369to catch {\bf wxSOCKET\_LOST} events, each one is immediately notified
370if the other end closes the connection.
e5a2291a 371
f6bcfd97
BP
372There is also an URL test which shows how to use
373the \helpref{wxURL}{wxurl} class to fetch data from a given URL.
b4e87ec3 374
5adbbc29 375The sockets sample is work in progress. Some things to do:
e5a2291a 376
ecf527c0 377\begin{itemize}\itemsep=0pt
e5a2291a 378\item More tests for basic socket functionality.
b4e87ec3 379\item More tests for protocol classes (wxProtocol and its descendants).
5adbbc29 380\item Tests for the recently added (and still in alpha stage) datagram sockets.
e5a2291a 381\item New samples which actually do something useful (suggestions accepted).
e5a2291a
GRG
382\end{itemize}
383
2286341c
VZ
384\subsection{Statbar sample}\label{samplestatbar}
385
105521d1 386This sample shows how to create and use wxStatusBar. Although most of the
2286341c
VZ
387samples have a statusbar, they usually only create a default one and only
388do it once.
389
390Here you can see how to recreate the statusbar (with possibly different number
391of fields) and how to use it to show icons/bitmaps and/or put arbitrary
392controls into it.
393
238ddd26
RR
394\subsection{Text sample}\label{sampletext}
395
396This sample demonstrates four features: firstly the use and many variants of
397the \helpref{wxTextCtrl}{wxtextctrl} class (single line, multi line, read only,
398password, ignoring TAB, ignoring ENTER).
399
400Secondly it shows how to intercept a \helpref{wxKeyEvent}{wxkeyevent} in both
d17f05af 401the raw form using the {\tt EVT\_KEY\_UP} and {\tt EVT\_KEY\_DOWN} macros and the
f6bcfd97 402higher level from using the {\tt EVT\_CHAR} macro. All characters will be logged
238ddd26 403in a log window at the bottom of the main window. By pressing some of the function
f6bcfd97 404keys, you can test some actions in the text ctrl as well as get statistics on the
2edb0bde 405text ctrls, which is useful for testing if these statistics actually are correct.
238ddd26 406
528e0faf 407Thirdly, on platforms which support it, the sample will offer to copy text to the
238ddd26
RR
408\helpref{wxClipboard}{wxclipboard} and to paste text from it. The GTK version will
409use the so called PRIMARY SELECTION, which is the pseudo clipboard under X and
b9989817 410best known from pasting text to the XTerm program.
238ddd26
RR
411
412Last not least: some of the text controls have tooltips and the sample also shows
413how tooltips can be centrally disabled and their latency controlled.
414
c88275cb
RR
415\subsection{Thread sample}\label{samplethread}
416
417This sample demonstrates the use of threads in connection with GUI programs.
418There are two fundamentally different ways to use threads in GUI programs and
419either way has to take care of the fact that the GUI library itself usually
420is not multi-threading safe, i.e. that it might crash if two threads try to
421access the GUI class simultaneously. One way to prevent that is have a normal
422GUI program in the main thread and some worker threads which work in the
423background. In order to make communication between the main thread and the
528e0faf 424worker threads possible, wxWindows offers the \helpref{wxPostEvent}{wxpostevent}
c88275cb
RR
425function and this sample makes use of this function.
426
528e0faf 427The other way to use a so called Mutex (such as those offered in the \helpref{wxMutex}{wxmutex}
c88275cb 428class) that prevent threads from accessing the GUI classes as long as any other
528e0faf 429thread accesses them. For this, wxWindows has the \helpref{wxMutexGuiEnter}{wxmutexguienter}
c88275cb
RR
430and \helpref{wxMutexGuiLeave}{wxmutexguileave} functions, both of which are
431used and tested in the sample as well.
432
433See also \helpref{Multithreading overview}{wxthreadoverview} and \helpref{wxThread}{wxthread}.
434
5ef2e633
VZ
435\subsection{Toolbar sample}\label{sampletoolbar}
436
437The toolbar sample shows the \helpref{wxToolBar}{wxtoolbar} class in action.
438
439The following things are demonstrated:
440
ecf527c0
JS
441\begin{itemize}\itemsep=0pt
442\item Creating the toolbar using \helpref{wxToolBar::AddTool}{wxtoolbaraddtool}
5ef2e633
VZ
443and \helpref{wxToolBar::AddControl}{wxtoolbaraddcontrol}: see
444MyApp::InitToolbar in the sample.
5ef2e633 445\item Using {\tt EVT\_UPDATE\_UI} handler for automatically enabling/disabling
f6bcfd97 446toolbar buttons without having to explicitly call EnableTool. This is done
5ef2e633 447in MyFrame::OnUpdateCopyAndCut.
5ef2e633
VZ
448\item Using \helpref{wxToolBar::DeleteTool}{wxtoolbardeletetool} and
449\helpref{wxToolBar::InsertTool}{wxtoolbarinserttool} to dynamically update the
450toolbar.
5ef2e633 451\end{itemize}
963863ad 452
882bf210
VZ
453Some buttons in the main toolbar are check buttons, i.e. they stay checked when
454pressed. On the platforms which support it, the sample also add a combobox
455to the toolbar showing how you can use arbitrary controls and not only buttons
456in it.
457
458If you toggle another toolbar in the sample (using {\tt Ctrl-A}) you will also
459see the radio toolbar buttons in action: the first three buttons form a radio
460group, that is checking any of them automatically unchecks the previously
461checked one.
462
963863ad
VZ
463\subsection{Treectrl sample}\label{sampletreectrl}
464
465This sample demonstrates using \helpref{wxTreeCtrl}{wxtreectrl} class. Here
466you may see how to process various notification messages sent by this control
467and also when they occur (by looking at the messages in the text control in
468the bottom part of the frame).
469
470Adding, inserting and deleting items and branches from the tree as well as
471sorting (in default alphabetical order as well as in custom one) is
472demonstrated here as well - try the corresponding menu entries.
ecf527c0 473
f6bcfd97
BP
474\subsection{Wizard sample}\label{samplewizard}
475
476This sample shows so-called wizard dialog (implemented using
477\helpref{wxWizard}{wxwizard} and related classes). It shows almost all
478features supported:
479
480\begin{itemize}\itemsep=0pt
481\item Using bitmaps with the wizard and changing them depending on the page
482shown (notice that wxValidationPage in the sample has a different image from
483the other ones)
484\item Using \helpref{TransferDataFromWindow}{wxwindowtransferdatafromwindow}
485to verify that the data entered is correct before passing to the next page
486(done in wxValidationPage which forces the user to check a checkbox before
487continuing).
488\item Using more elaborated techniques to allow returning to the previous
489page, but not continuing to the next one or vice versa (in wxRadioboxPage)
490\item This (wxRadioboxPage) page also shows how the page may process {\tt
491Cancel} button itself instead of relying on the wizard parent to do it.
492\item Normally, the order of the pages in the wizard is known at compile-time,
493but sometimes it depends on the user choices: wxCheckboxPage shows how to
494dynamically decide which page to display next (see also
495\helpref{wxWizardPage}{wxwizardpage})
496\end{itemize}
497