]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tab.tex
1. Split{Horizontal|Vertical} now accept negative args to set the
[wxWidgets.git] / docs / latex / wx / tab.tex
index 27335c3678029590b92756934a1cad8405cefee0..d4c7ce3900677210e0e7bd4c5d1fad8601485dbf 100644 (file)
@@ -16,9 +16,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.
 
@@ -60,9 +60,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.