wxDialog

wxDialog

Creation Parameters
Functions/Procedures
Supertopics
Subtopics

wxDialog

[func]
create_button_sizer
( atom dlg, atom flags )

Category: wxDialog

Creates a sizer with standard buttons. flags is a bit list of the following flags: wxOK, wxCANCEL, wxYES, wxNO, wxHELP, wxNO_DEFAULT.


wxDialog

[proc]
end_modal
( atom dialog, atom ret )

Category: wxDialog

Closes a modal dialog. ret is the value returned by show_modal().


wxDialog

[func]
show_modal
( atom dialog )

Category: wxDialog

Opens a modal dialog, which grabs the focus, and does not release it until it is closed. This is the way to use a dialog to get user input. See also end_modal.