Module wxAcceleratorEntry

See external documentation: wxAcceleratorEntry.

Description

See external documentation: wxAcceleratorEntry.

Data Types

wxAcceleratorEntry()

abstract datatype: wxAcceleratorEntry()

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.

Function Index

destroy/1*Destroys this object, do not use object again.
getCommand/1*See external documentation.
getFlags/1*See external documentation.
getKeyCode/1*See external documentation.
new/0*Equivalent to new([]).
new/1*See external documentation.
set/4*Equivalent to set(This, Flags, KeyCode, Cmd, []).
set/5*See external documentation.

Function Details

destroy/1 *

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

Destroys this object, do not use object again

getCommand/1 *

getCommand(This::wxAcceleratorEntry()) -> integer()

See external documentation.

getFlags/1 *

getFlags(This::wxAcceleratorEntry()) -> integer()

See external documentation.

getKeyCode/1 *

getKeyCode(This::wxAcceleratorEntry()) -> integer()

See external documentation.

new/0 *

new() -> wxAcceleratorEntry()

Equivalent to new([]).

new/1 *

new(X::term() | wxAcceleratorEntry()) -> wxAcceleratorEntry()

See external documentation.
Alternatives:

  • new([Option]) -> wxAcceleratorEntry()
    Option = {flags, integer()} | {keyCode, integer()} | {cmd, integer()} | {item, wxMenuItem:wxMenuItem()}
  • new(Entry::wxAcceleratorEntry()) -> wxAcceleratorEntry()
  • set/4 *

    set(This::wxAcceleratorEntry(), Flags::integer(), KeyCode::integer(), Cmd::integer()) -> ok

    Equivalent to set(This, Flags, KeyCode, Cmd, []).

    set/5 *

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

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:33.