wxDialog

See external documentation: wxDialog.

See external documentation: wxDialog.

This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler

Functions


new() -> wxDialog()

See external documentation.

new(Parent, Id, Title) -> wxDialog()

new(Parent, Id, Title, Options::[Option]) -> wxDialog()

See external documentation.

create(This, Parent, Id, Title) -> boolean()

create(This, Parent, Id, Title, Options::[Option]) -> boolean()

See external documentation.

createButtonSizer(This, Flags) -> wxSizer:wxSizer()

See external documentation.

createStdDialogButtonSizer(This, Flags) -> wxStdDialogButtonSizer:wxStdDialogButtonSizer()

See external documentation.

endModal(This, RetCode) -> ok

See external documentation.

getAffirmativeId(This) -> integer()

See external documentation.

getReturnCode(This) -> integer()

See external documentation.

isModal(This) -> boolean()

See external documentation.

setAffirmativeId(This, AffirmativeId) -> ok

See external documentation.

setReturnCode(This, ReturnCode) -> ok

See external documentation.

show(This) -> boolean()

Equivalent to show(This, []).

show(This, Options::[Option]) -> boolean()

See external documentation.

showModal(This) -> integer()

See external documentation.

destroy(This::wxDialog()) -> ok

Destroys this object, do not use object again