]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/panel.tex
optionally count repeating wxLog messages instead of logging all (patch 1520815)
[wxWidgets.git] / docs / latex / wx / panel.tex
index 355cc31ca4f99af95edfb2d83f9a5b645e49b327..5437d61f1c6bd2a59db789de0edf19f0a88ff443 100644 (file)
@@ -41,7 +41,7 @@ By default, a panel has the same colouring as a dialog.
 
 Default constructor.
 
-\func{}{wxPanel}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = $-1$},\rtfsp
+\func{}{wxPanel}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = \texttt{wxID\_ANY}},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
 \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = wxTAB\_TRAVERSAL},\rtfsp
@@ -79,7 +79,7 @@ Destructor. Deletes any child windows before deleting the physical window.
 
 \membersection{wxPanel::Create}\label{wxpanelcreate}
 
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = \texttt{wxID\_ANY}},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
 \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = wxTAB\_TRAVERSAL},\rtfsp
@@ -90,7 +90,7 @@ for details.
 
 \membersection{wxPanel::GetDefaultItem}\label{wxpanelgetdefaultitem}
 
-\constfunc{wxButton*}{GetDefaultItem}{\void}
+\constfunc{wxWindow*}{GetDefaultItem}{\void}
 
 Returns a pointer to the button which is the default for this window, or NULL.
 The default button is the one activated by pressing the Enter key.