X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a75ba66de8f9dd3ebac0f41ec2e27be6d95aa73..4346581b7c6548fdef1486564787154d20a401df:/docs/latex/wx/panel.tex diff --git a/docs/latex/wx/panel.tex b/docs/latex/wx/panel.tex index f175de0f13..6ccfa0a7f6 100644 --- a/docs/latex/wx/panel.tex +++ b/docs/latex/wx/panel.tex @@ -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 @@ -88,13 +88,6 @@ Destructor. Deletes any child windows before deleting the physical window. Used for two-step panel construction. See \helpref{wxPanel::wxPanel}{wxpanelctor}\rtfsp for details. -\membersection{wxPanel::GetDefaultItem}\label{wxpanelgetdefaultitem} - -\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. - \membersection{wxPanel::InitDialog}\label{wxpanelinitdialog} \func{void}{InitDialog}{\void} @@ -129,17 +122,6 @@ propagate the notification to child windows and controls. \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent} -\membersection{wxPanel::SetDefaultItem}\label{wxpanelsetdefaultitem} - -\func{void}{SetDefaultItem}{\param{wxButton }{*btn}} - -Changes the default button for the panel. - -\wxheading{See also} - -\helpref{GetDefaultItem}{wxpanelgetdefaultitem} - - \membersection{wxPanel::SetFocus}\label{wxpanelsetfocus} \func{virtual void}{SetFocus}{\void}