X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60a67569bf1bbcbc4d38c86ec30bb69613ecee92..d45d30c8682f858321600e2958167d7ef54ebeb5:/docs/latex/wx/tab.tex?ds=sidebyside diff --git a/docs/latex/wx/tab.tex b/docs/latex/wx/tab.tex index 993a327425..104546afa1 100644 --- a/docs/latex/wx/tab.tex +++ b/docs/latex/wx/tab.tex @@ -2,6 +2,9 @@ A dialog suitable for handling tabs. +Please note that the preferred class for programming tabbed windows is \helpref{wxNotebook}{wxnotebook}. +This class is retained for backward compatibility. + \wxheading{Derived from} \helpref{wxDialog}{wxdialog}\\ @@ -50,6 +53,9 @@ Returns the tab view associated with the dialog box. A panel suitable for handling tabs. +Please note that the preferred class for programming tabbed windows is \helpref{wxNotebook}{wxnotebook}. +This class is retained for backward compatibility. + \wxheading{Derived from} \helpref{wxPanel}{wxpanel}\\ @@ -90,6 +96,9 @@ Returns the tab view associated with the panel. You will rarely need to use this class directly. +Please note that the preferred class for programming tabbed windows is \helpref{wxNotebook}{wxnotebook}. +This class is retained for backward compatibility. + \wxheading{Derived from} \helpref{wxObject}{wxobject} @@ -235,6 +244,9 @@ Sets the width and height for this tab. Responsible for drawing tabs onto a window, and dealing with input. +Please note that the preferred class for programming tabbed windows is \helpref{wxNotebook}{wxnotebook}. +This class is retained for backward compatibility. + \wxheading{Derived from} \helpref{wxObject}{wxobject}