X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1f688c84d4325e3df85c9dea8da3462791b3d54..f87ddf1834c677a33f0c8d243d580d6d105447ef:/docs/doxygen/mainpages/samples.h diff --git a/docs/doxygen/mainpages/samples.h b/docs/doxygen/mainpages/samples.h index 8763fc2110..2e2683ecfb 100644 --- a/docs/doxygen/mainpages/samples.h +++ b/docs/doxygen/mainpages/samples.h @@ -3,12 +3,14 @@ // Purpose: Samples page of the Doxygen manual // Author: wxWidgets team // RCS-ID: $Id: utilities.h 52634 2008-03-20 13:45:17Z VS $ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** -@page page_samples Included Samples +@page page_samples Samples Overview + +@brief Overview of the examples provided with wxWidgets. Probably the best way to learn wxWidgets is by reading the source of some 80+ samples provided with it. Many aspects of wxWidgets programming can be learnt @@ -25,9 +27,11 @@ which is the wxWidgets version of "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. -The next most useful samples are probably @ref page_samples_widgets and -@ref page_samples_controls which show many of wxWidgets native and -generic controls, such as buttons, listboxes, checkboxes, comboboxes etc. +The next most useful sample is @ref page_samples_widgets which shows many of +wxWidgets controls, such as buttons, text entry zones, list boxes, check boxes, +combo boxes etc. It is organized in many different source files, one per each +control, which makes it easier to study it, and also allows to change various +control styles and call its methods interactively. Other, more complicated controls, have their own samples. In this category you may find the following samples showing the corresponding controls: @@ -38,10 +42,8 @@ may find the following samples showing the corresponding controls: @li wxGrid: @ref page_samples_grid @li wxDataViewCtrl: @ref page_samples_dataview -Finally, it might be helpful to do a search in the entire sample directory if -you can't find the sample showing the control you are interested in by -name. Most classes contained in wxWidgets occur in at least one of the samples. +Finally, here is the full list of samples: