include file: wxDialog.e
Creation parameters:
- parent
- id
- title
- x [= -1]
- y [= -1]
- cx [= -1]
- cy [= -1]
- style [= wxDEFAULT_DIALOG_STYLE]
proc end_modal( atom dialog, atom ret )
func show_modal( atom dialog )
Parent Topics:
Classes
Dialogs
Category: wxDialog
Closes a modal dialog. ret is the value returned
by show_modal().
See Also:
show_modal
Category: wxDialog
See Also:
end_modal