]> git.saurik.com Git - wxWidgets.git/commitdiff
Get/SetDefaultItem docs corrections
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2000 16:47:20 +0000 (16:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Mar 2000 16:47:20 +0000 (16:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/panel.tex
docs/latex/wx/window.tex

index ac46c67323df6e205aa71281395348af683faf2f..f6469a0b0e0ed9d91f725dc8b4f41231be572b58 100644 (file)
@@ -90,6 +90,13 @@ Destructor. Deletes any child windows before deleting the physical window.
 Used for two-step panel construction. See \helpref{wxPanel::wxPanel}{wxpanelconstr}\rtfsp
 for details.
 
+\membersection{wxPanel::GetDefaultItem}\label{wxpanelgetdefaultitem}
+
+\constfunc{wxButton*}{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}
@@ -123,4 +130,12 @@ 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}
index d1f4b13facf91d16832a91f4e2ca3e8837cf2b7f..14ff8c5178bbc37d20d9233e8298acaafa967eac 100644 (file)
@@ -528,12 +528,6 @@ implements the following methods:\par
 
 Returns a pointer to the window's layout constraints, or NULL if there are none.
 
-\membersection{wxWindow::GetDefaultItem}\label{wxwindowgetdefaultitem}
-
-\constfunc{wxButton*}{GetDefaultItem}{\void}
-
-Returns a pointer to the button which is the default for this window, or NULL.
-
 \membersection{wxWindow::GetDropTarget}\label{wxwindowgetdroptarget}
 
 \constfunc{wxDropTarget*}{GetDropTarget}{\void}