wxDialog
Module
Module Summary
Description
See external documentation: wxDialog.
This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxDialog()
new(Parent, Id, Title) -> wxDialog()
Equivalent to new(Parent, Id, Title, []).
new(Parent, Id, Title, Options::[Option]) -> wxDialog()
Types
create(This, Parent, Id, Title) -> boolean()
Equivalent to create(This, Parent, Id, Title, []).
create(This, Parent, Id, Title, Options::[Option]) -> boolean()
Types
createButtonSizer(This, Flags) -> wxSizer:wxSizer()
createStdDialogButtonSizer(This, Flags) -> wxStdDialogButtonSizer:wxStdDialogButtonSizer()
getAffirmativeId(This) -> integer()
Types
getReturnCode(This) -> integer()
Types
Types
setAffirmativeId(This, AffirmativeId) -> ok
setReturnCode(This, ReturnCode) -> ok
Types
Equivalent to show(This, []).
show(This, Options::[Option]) -> boolean()
Types
destroy(This::wxDialog()) -> ok