X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..1e7fd311087384fb80f17a124d673aeb6a8fa9b8:/docs/latex/wx/tab.tex diff --git a/docs/latex/wx/tab.tex b/docs/latex/wx/tab.tex index 27335c3678..3c29182dca 100644 --- a/docs/latex/wx/tab.tex +++ b/docs/latex/wx/tab.tex @@ -8,6 +8,10 @@ A dialog suitable for handling tabs. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \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} + + + \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} + + + \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} + + + \wxheading{See also} \helpref{wxTabView overview}{wxtabviewoverview}, \helpref{wxPanelTabView}{wxpaneltabview}