updated docs after moving SetDefaultItem() from wxPanel to wxTLW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-08-07 21:13:43 +00:00
parent 6028b16aef
commit 4334c3d5bd
4 changed files with 21 additions and 19 deletions

View File

@@ -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}