.\" This is a wxWidgets manpage page generated from the XML docs .TH wxInitDialogEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxInitDialogEvent \- A dialog initialisation event .SH DESCRIPTION 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 wxWindow::TransferDataToWindow . .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxInitDialogEvent (int id = 0) Constructor. .SH EVENTS .SS EVT_INIT_DIALOG(func) Process a wxEVT_INIT_DIALOG event. .SH "SEE ALSO" wxEvent wxObject Event handling overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.