wxDialog
See external documentation: wxDialog.
See external documentation:
This class is derived (and can use functions) from:
wxTopLevelWindow
wxWindow
wxEvtHandler
DATA TYPES
wxDialog()
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Functions
new() -> wxDialog()
See
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> wxDialog()
Equivalent to new(Parent, Id, Title, []).
new(Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string(), Options::[Option]) -> wxDialog()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This::wxDialog(), Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string()) -> bool()
Equivalent to create(This, Parent, Id, Title, []).
create(This::wxDialog(), Parent::wxWindow() (see module wxWindow), Id::integer(), Title::string(), Options::[Option]) -> bool()
Option = {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
createButtonSizer(This::wxDialog(), Flags::integer()) -> wxSizer() (see module wxSizer)
See
createStdDialogButtonSizer(This::wxDialog(), Flags::integer()) -> wxStdDialogButtonSizer() (see module wxStdDialogButtonSizer)
See
endModal(This::wxDialog(), RetCode::integer()) -> ok
See
getAffirmativeId(This::wxDialog()) -> integer()
See
getReturnCode(This::wxDialog()) -> integer()
See
isModal(This::wxDialog()) -> bool()
See
setAffirmativeId(This::wxDialog(), AffirmativeId::integer()) -> ok
See
setReturnCode(This::wxDialog(), ReturnCode::integer()) -> ok
See
show(This::wxDialog()) -> bool()
Equivalent to show(This, []).
show(This::wxDialog(), Options::[Option]) -> bool()
Option = {show, bool()}
See
showModal(This::wxDialog()) -> integer()
See
destroy(This::wxDialog()) -> ok
Destroys this object, do not use object again