]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/indlgevt.tex
don't always erase the background ourselves as this is incompatible with XP themed...
[wxWidgets.git] / docs / latex / wx / indlgevt.tex
index 259a55b49d655c9935f6b3644870e688663faa03..e438bfd815a6030352218744e1a5474d77b07ba9 100644 (file)
@@ -2,6 +2,7 @@
 
 A wxInitDialogEvent is sent as a dialog or panel is being initialised.
 Handlers for this event can transfer data to the window.
+The default handler calls \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}.
 
 \wxheading{Derived from}
 
@@ -20,16 +21,15 @@ function that takes a wxInitDialogEvent argument.
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
 \twocolitem{{\bf EVT\_INIT\_DIALOG(func)}}{Process a wxEVT\_INIT\_DIALOG event.}
-\end{twocollist}%
+\end{twocollist}
 
 \wxheading{See also}
 
-\helpref{wxWindow::OnInitDialog}{wxwindowoninitdialog},\rtfsp
 \helpref{Event handling overview}{eventhandlingoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxInitDialogEvent::wxInitDialogEvent}
+\membersection{wxInitDialogEvent::wxInitDialogEvent}\label{wxinitdialogeventctor}
 
 \func{}{wxInitDialogEvent}{\param{int }{id = 0}}