Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

wxErlang
Reference Manual
Version 0.98.8


Expand All
Contract All

Table of Contents

wxAcceleratorEntry

MODULE

wxAcceleratorEntry

MODULE SUMMARY

See external documentation: wxAcceleratorEntry.

DESCRIPTION

See external documentation: wxAcceleratorEntry.

DATA TYPES

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.

EXPORTS

new() -> wxAcceleratorEntry()

Equivalent to new([]).

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()

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

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

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

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

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

Types:

Option = {item, wxMenuItem() (see module wxMenuItem)}

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

Destroys this object, do not use object again