Some doc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-04 20:04:04 +00:00
parent 2e5c594e36
commit 7f24fdbfea
12 changed files with 56 additions and 36 deletions

View File

@@ -9,6 +9,10 @@ used to switch between panels or other information. Tabs are most
commonly used in dialog boxes where the number of options is too great
to fit on one dialog.
{\bf Please note} that the preferred class for programming tabbed windows is \helpref{wxNotebook}{wxnotebook}.
The old tab classes are retained for backward compatibility and also to implement
wxNotebook on platforms that don't have native tab controls.
\wxheading{The appearance and behaviour of a wxTabbedDialog}
The following screenshot shows the appearance of the sample tabbed dialog application.