wxMenuItem

See external documentation: wxMenuItem.

See external documentation: wxMenuItem.

Functions


new() -> wxMenuItem()

Equivalent to new([]).

new(Options::[Option]) -> wxMenuItem()

See external documentation.
Kind = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

check(This) -> ok

Equivalent to check(This, []).

check(This, Options::[Option]) -> ok

See external documentation.

enable(This) -> ok

Equivalent to enable(This, []).

enable(This, Options::[Option]) -> ok

See external documentation.

getBitmap(This) -> wxBitmap:wxBitmap()

See external documentation.

getHelp(This) -> unicode:charlist()

See external documentation.

getId(This) -> integer()

See external documentation.

getKind(This) -> wx:wx_enum()

See external documentation.
Res = ?wxITEM_SEPARATOR | ?wxITEM_NORMAL | ?wxITEM_CHECK | ?wxITEM_RADIO | ?wxITEM_MAX

getLabel(This) -> unicode:charlist()

See external documentation.

getLabelFromText(Text) -> unicode:charlist()

See external documentation.

getMenu(This) -> wxMenu:wxMenu()

See external documentation.

getText(This) -> unicode:charlist()

See external documentation.

getSubMenu(This) -> wxMenu:wxMenu()

See external documentation.

isCheckable(This) -> boolean()

See external documentation.

isChecked(This) -> boolean()

See external documentation.

isEnabled(This) -> boolean()

See external documentation.

isSeparator(This) -> boolean()

See external documentation.

isSubMenu(This) -> boolean()

See external documentation.

setBitmap(This, Bitmap) -> ok

See external documentation.

setHelp(This, Str) -> ok

See external documentation.

setMenu(This, Menu) -> ok

See external documentation.

setSubMenu(This, Menu) -> ok

See external documentation.

setText(This, Str) -> ok

See external documentation.

destroy(This::wxMenuItem()) -> ok

Destroys this object, do not use object again