wxAcceleratorEntry

See external documentation: wxAcceleratorEntry.

See external documentation: wxAcceleratorEntry.

Types


wxAcceleratorEntry() = wx:wx_object()

Functions


new() -> wxAcceleratorEntry()

Equivalent to new([]).

new(Option::[Option]) -> wxAcceleratorEntry()

  • Option = {flags, integer()} | {keyCode, integer()} | {cmd, integer()} | {item, wxMenuItem() (see module wxMenuItem)}

See external documentation.
Also:
new(Entry) -> wxAcceleratorEntry() when
Entry::wxAcceleratorEntry().

getCommand(This) -> integer()

  • This = wxAcceleratorEntry()

See external documentation.

getFlags(This) -> integer()

  • This = wxAcceleratorEntry()

See external documentation.

getKeyCode(This) -> integer()

  • This = wxAcceleratorEntry()

See external documentation.

set(This, Flags, KeyCode, Cmd) -> ok

  • This = wxAcceleratorEntry()
  • Flags = integer()
  • KeyCode = integer()
  • Cmd = integer()

set(This, Flags, KeyCode, Cmd, Option::[Option]) -> ok

  • This = wxAcceleratorEntry()
  • Flags = integer()
  • KeyCode = integer()
  • Cmd = integer()
  • Option = {item, wxMenuItem() (see module wxMenuItem)}

See external documentation.

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

Destroys this object, do not use object again