wxTopLevelWindowwxWindowwxEvtHandlerabstract datatype: 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.
| create/4* | Equivalent to create(This, Parent, Id, Title, []). |
| create/5* | See external documentation. |
| createButtonSizer/2* | See external documentation. |
| createStdDialogButtonSizer/2* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| endModal/2* | See external documentation. |
| getAffirmativeId/1* | See external documentation. |
| getReturnCode/1* | See external documentation. |
| isModal/1* | See external documentation. |
| new/0* | See external documentation. |
| new/3* | Equivalent to new(Parent, Id, Title, []). |
| new/4* | See external documentation. |
| setAffirmativeId/2* | See external documentation. |
| setReturnCode/2* | See external documentation. |
| show/1* | Equivalent to show(This, []). |
| show/2* | See external documentation. |
| showModal/1* | See external documentation. |
create(This::wxDialog(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> bool()
Equivalent to create(This, Parent, Id, Title, []).
create(This::wxDialog(), Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> bool()
createButtonSizer(This::wxDialog(), Flags::integer()) -> wxSizer:wxSizer()
createStdDialogButtonSizer(This::wxDialog(), Flags::integer()) -> wxStdDialogButtonSizer:wxStdDialogButtonSizer()
destroy(This::wxDialog()) -> ok
Destroys this object, do not use object again
endModal(This::wxDialog(), RetCode::integer()) -> ok
getAffirmativeId(This::wxDialog()) -> integer()
getReturnCode(This::wxDialog()) -> integer()
isModal(This::wxDialog()) -> bool()
new() -> wxDialog()
new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string()) -> wxDialog()
Equivalent to new(Parent, Id, Title, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Title::string(), Options::[Option]) -> wxDialog()
setAffirmativeId(This::wxDialog(), AffirmativeId::integer()) -> ok
setReturnCode(This::wxDialog(), ReturnCode::integer()) -> ok
show(This::wxDialog()) -> bool()
Equivalent to show(This, []).
show(This::wxDialog(), Options::[Option]) -> bool()
showModal(This::wxDialog()) -> integer()
Generated by EDoc, May 26 2008, 12:35:31.