moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-22 17:42:29 +00:00
parent e18e78a7cc
commit dc28cdf8d4
9 changed files with 1237 additions and 1150 deletions

View File

@@ -38,7 +38,7 @@ displayed one page at a time. wxWidgets has five variants of this control:
@li wxTreebook: controlled by a wxTreeCtrl
@li wxToolbook: controlled by a wxToolBar
See the @ref page_utils_samples_notebook for an example of wxBookCtrl usage.
See the @ref page_samples_notebook for an example of wxBookCtrl usage.
@section overview_bookctrl_bestbookctrl Best Book