wxMenuItem(3erl) | Erlang Module Definition | wxMenuItem(3erl) |
wxMenuItem - See external documentation: wxMenuItem.
See external documentation: wxMenuItem.
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.
new() -> wxMenuItem()
Equivalent to new([]).
new(Options::[Option]) -> wxMenuItem()
Types:
See external documentation.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO |
?wxITEM_MAX
check(This) -> ok
Types:
Equivalent to check(This, []).
check(This, Options::[Option]) -> ok
Types:
See external documentation.
enable(This) -> ok
Types:
Equivalent to enable(This, []).
enable(This, Options::[Option]) -> ok
Types:
See external documentation.
getBitmap(This) -> wxBitmap:wxBitmap()
Types:
See external documentation.
getHelp(This) -> unicode:charlist()
Types:
See external documentation.
getId(This) -> integer()
Types:
See external documentation.
getKind(This) -> wx:wx_enum()
Types:
See external documentation.
Res = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO |
?wxITEM_MAX
getLabel(This) -> unicode:charlist()
Types:
See external documentation.
getLabelFromText(Text) -> unicode:charlist()
Types:
See external documentation.
getMenu(This) -> wxMenu:wxMenu()
Types:
See external documentation.
getText(This) -> unicode:charlist()
Types:
See external documentation.
getSubMenu(This) -> wxMenu:wxMenu()
Types:
See external documentation.
isCheckable(This) -> boolean()
Types:
See external documentation.
isChecked(This) -> boolean()
Types:
See external documentation.
isEnabled(This) -> boolean()
Types:
See external documentation.
isSeparator(This) -> boolean()
Types:
See external documentation.
isSubMenu(This) -> boolean()
Types:
See external documentation.
setBitmap(This, Bitmap) -> ok
Types:
See external documentation.
setHelp(This, Str) -> ok
Types:
See external documentation.
setMenu(This, Menu) -> ok
Types:
See external documentation.
setSubMenu(This, Menu) -> ok
Types:
See external documentation.
setText(This, Str) -> ok
Types:
See external documentation.
destroy(This::wxMenuItem()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |