Removed references to now-deprecated wxNotebookSizer from documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-24 11:59:38 +00:00
parent adbf2d732f
commit c6eb778541
5 changed files with 8 additions and 47 deletions

View File

@@ -328,8 +328,7 @@ class for further information.
The menu in this sample offers two more tests, one showing how to use
a \helpref{wxBoxSizer}{wxboxsizer} in a simple dialog and the other one
showing how to use sizers in connection with a \helpref{wxNotebook}{wxnotebook}
class. See also \helpref{wxNotebookSizer}{wxnotebooksizer} and
\helpref{wxSizer}{wxsizer}.
class. See also \helpref{wxSizer}{wxsizer}.
\subsection{Listctrl sample}\label{samplelistctrl}