GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
wxAcceleratorEntry(3) Erlang Module Definition wxAcceleratorEntry(3)

wxAcceleratorEntry - Functions for wxAcceleratorEntry class

An object used by an application wishing to create an accelerator table (see wxAcceleratorTable).

See: wxAcceleratorTable, wxWindow:setAcceleratorTable/2

wxWidgets docs: wxAcceleratorEntry

wxAcceleratorEntry() = wx:wx_object()

new() -> wxAcceleratorEntry()


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


new(Entry) -> wxAcceleratorEntry()


Types:

Entry = wxAcceleratorEntry()

Copy ctor.

getCommand(This) -> integer()


Types:

This = wxAcceleratorEntry()

Returns the command identifier for the accelerator table entry.

getFlags(This) -> integer()


Types:

This = wxAcceleratorEntry()

Returns the flags for the accelerator table entry.

getKeyCode(This) -> integer()


Types:

This = wxAcceleratorEntry()

Returns the keycode for the accelerator table entry.

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


Types:

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

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


Types:

This = wxAcceleratorEntry()
Flags = KeyCode = Cmd = integer()
Option = {item, wxMenuItem:wxMenuItem()}

Sets the accelerator entry parameters.

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


Destroys the object.

wx 2.1.1 wxWidgets team.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.