]> 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 27335c3678029590b92756934a1cad8405cefee0..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}
@@ -16,9 +20,9 @@ A dialog suitable for handling tabs.
 
 \membersection{wxTabbedDialog::wxTabbedDialog}
 
-\func{}{wxTabbedDialog}{\param{wxWindow *}{parent}, \param{const wxWindowID }{id},
+\func{}{wxTabbedDialog}{\param{wxWindow *}{parent}, \param{wxWindowID }{id},
  \param{const wxString\& }{title}, \param{const wxPoint\&}{ pos}, \param{const wxSize\&}{ size},
- \param{const long}{ style=wxDEFAULT\_DIALOG\_STYLE}, \param{const wxString\& }{name="dialogBox"}}
+ \param{long}{ style=wxDEFAULT\_DIALOG\_STYLE}, \param{const wxString\& }{name="dialogBox"}}
 
 Constructor.
 
@@ -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}
@@ -60,9 +68,9 @@ A panel suitable for handling tabs.
 
 \membersection{wxTabbedPanel::wxTabbedPanel}
 
-\func{}{wxTabbedPanel}{\param{wxWindow *}{parent}, \param{const wxWindowID}{ id},
+\func{}{wxTabbedPanel}{\param{wxWindow *}{parent}, \param{wxWindowID}{ id},
  \param{const wxPoint\&}{ pos}, \param{const wxSize\&}{ size},
- \param{const long}{ style=0}, \param{const wxString\& }{name="panel"}}
+ \param{long}{ style=0}, \param{const wxString\& }{name="panel"}}
 
 Constructor.
 
@@ -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.