]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tab.tex
Added more compat. functions for wxGrid so grid sample compiles;
[wxWidgets.git] / docs / latex / wx / tab.tex
index d4c7ce3900677210e0e7bd4c5d1fad8601485dbf..993a3274252d76c8480b9f253dad1764b1bb5c82 100644 (file)
@@ -8,6 +8,10 @@ A dialog suitable for handling tabs.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/tab.h>
+
 \wxheading{See also}
 
 \helpref{Tab classes overview}{wxtaboverview}
@@ -52,6 +56,10 @@ A panel suitable for handling tabs.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/tab.h>
+
 \wxheading{See also}
 
 \helpref{Tab classes overview}{wxtaboverview}
@@ -86,6 +94,10 @@ You will rarely need to use this class directly.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/tab.h>
+
 \wxheading{See also}
 
 \overview{Tab classes overview}{wxtaboverview}
@@ -227,6 +239,10 @@ Responsible for drawing tabs onto a window, and dealing with input.
 
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/tab.h>
+
 \wxheading{See also}
 
 \helpref{wxTabView overview}{wxtabviewoverview}, \helpref{wxPanelTabView}{wxpaneltabview}
@@ -439,9 +455,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.
 
-\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.