wxControlwxWindowwxEvtHandlerabstract datatype: wxButton()
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/3* | Equivalent to create(This, Parent, Id, []). |
| create/4* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| getDefaultSize/0* | See external documentation. |
| new/0* | See external documentation. |
| new/2* | Equivalent to new(Parent, Id, []). |
| new/3* | See external documentation. |
| setDefault/1* | See external documentation. |
| setLabel/2* | See external documentation. |
create(This::wxButton(), Parent::wxWindow:wxWindow(), Id::integer()) -> bool()
Equivalent to create(This, Parent, Id, []).
create(This::wxButton(), Parent::wxWindow:wxWindow(), Id::integer(), Options::[Option]) -> bool()
destroy(This::wxButton()) -> ok
Destroys this object, do not use object again
getDefaultSize() -> {W::integer(), H::integer()}
new() -> wxButton()
new(Parent::wxWindow:wxWindow(), Id::integer()) -> wxButton()
Equivalent to new(Parent, Id, []).
new(Parent::wxWindow:wxWindow(), Id::integer(), Options::[Option]) -> wxButton()
setDefault(This::wxButton()) -> ok
setLabel(This::wxButton(), Label::string()) -> ok
Generated by EDoc, May 26 2008, 12:35:32.