wxButton
MODULE
wxButton
MODULE SUMMARY
See external documentation: wxButton.
DESCRIPTION
See external documentation: wxButton.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to new(Parent, Id, []).
new(Parent, Id, Options::[Option]) -> wxButton()
Types:
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {label, chardata() (see module unicode)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
create(This, Parent, Id) -> boolean()
Types:
This = wxButton()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Equivalent to create(This, Parent, Id, []).
create(This, Parent, Id, Options::[Option]) -> boolean()
Types:
This = wxButton()
Parent = wxWindow() (see module wxWindow)
Id = integer()
Option = {label, chardata() (see module unicode)} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()} | {validator, wx_object() (see module wx)}
getDefaultSize() -> {W::integer(), H::integer()}
Types:
This = wxButton()
Types:
This = wxButton()
Label = chardata() (see module unicode)