wxMenuBar

See external documentation: wxMenuBar.

See external documentation: wxMenuBar.

This class is derived (and can use functions) from:
wxWindow
wxEvtHandler

Functions


new() -> wxMenuBar()

See external documentation.

new(Style) -> wxMenuBar()

  • Style = integer()

See external documentation.

append(This, Menu, Title) -> boolean()

See external documentation.

check(This, Itemid, Check) -> ok

See external documentation.

enable(This) -> boolean()

Equivalent to enable(This, []).

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

See external documentation.

enable(This, Itemid, Enable) -> ok

  • This = wxMenuBar()
  • Itemid = integer()
  • Enable = boolean()

See external documentation.

enableTop(This, Pos, Flag) -> ok

See external documentation.

findMenu(This, Title) -> integer()

See external documentation.

findMenuItem(This, MenuString, ItemString) -> integer()

See external documentation.

findItem(This, Id) -> wxMenuItem:wxMenuItem()

See external documentation.

getHelpString(This, Itemid) -> unicode:charlist()

See external documentation.

getLabel(This) -> unicode:charlist()

See external documentation.

getLabel(This, Itemid) -> unicode:charlist()

See external documentation.

getLabelTop(This, Pos) -> unicode:charlist()

See external documentation.

getMenu(This, Pos) -> wxMenu:wxMenu()

See external documentation.

getMenuCount(This) -> integer()

See external documentation.

insert(This, Pos, Menu, Title) -> boolean()

See external documentation.

isChecked(This, Itemid) -> boolean()

See external documentation.

isEnabled(This) -> boolean()

See external documentation.

isEnabled(This, Itemid) -> boolean()

See external documentation.

remove(This, Pos) -> wxMenu:wxMenu()

See external documentation.

replace(This, Pos, Menu, Title) -> wxMenu:wxMenu()

See external documentation.

setHelpString(This, Itemid, HelpString) -> ok

See external documentation.

setLabel(This, S) -> ok

See external documentation.

setLabel(This, Itemid, Label) -> ok

See external documentation.

setLabelTop(This, Pos, Label) -> ok

See external documentation.

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

Destroys this object, do not use object again