X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9eb3d9de670bdeb0b6c2500b43bb74bc3807bd9..22e97d4cbe6b155f0d43c0cef43ff2a45daa9a31:/docs/latex/wx/panel.tex diff --git a/docs/latex/wx/panel.tex b/docs/latex/wx/panel.tex index 5437d61f1c..6ccfa0a7f6 100644 --- a/docs/latex/wx/panel.tex +++ b/docs/latex/wx/panel.tex @@ -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}