]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tab.tex
Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user
[wxWidgets.git] / docs / latex / wx / tab.tex
index 3c29182dcafb1cc9d7719d60b26e52752f98791e..104546afa172ba8a08617d022b649974eca8d1ff 100644 (file)
@@ -2,6 +2,9 @@
 
 A dialog suitable for handling tabs.
 
 
 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}\\
 \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.
 
 
 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}\\
 \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.
 
 
 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}
 \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.
 
 
 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}
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}
@@ -455,9 +467,9 @@ Returns the window for the view.
 Creates a new tab control. By default, this returns a wxTabControl object, but the application may wish
 to define a derived class, in which case the tab view should be subclassed and this function overridden.
 
 Creates a new tab control. By default, this returns a wxTabControl object, but the application may wish
 to define a derived class, in which case the tab view should be subclassed and this function overridden.
 
-\membersection{wxTabView::Layout}
+\membersection{wxTabView::LayoutTabs}
 
 
-\func{void}{Layout}{\void}
+\func{void}{LayoutTabs}{\void}
 
 Recalculates the positions of the tabs, and adjusts the layer of the selected tab if necessary.
 
 
 Recalculates the positions of the tabs, and adjusts the layer of the selected tab if necessary.