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
wxAcceleratorTable(3) Erlang Module Definition wxAcceleratorTable(3)

wxAcceleratorTable - Functions for wxAcceleratorTable class

An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands.

The object ?wxNullAcceleratorTable is defined to be a table with no data, and is the initial accelerator table for a window.

Example:

Remark: An accelerator takes precedence over normal processing and can be a convenient way to program some event handling. For example, you can use an accelerator table to enable a dialog with a multi-line text control to accept CTRL-Enter as meaning 'OK'.

Predefined objects (include wx.hrl): ?wxNullAcceleratorTable

See: wxAcceleratorEntry, wxWindow:setAcceleratorTable/2

wxWidgets docs: wxAcceleratorTable

wxAcceleratorTable() = wx:wx_object()

new() -> wxAcceleratorTable()


Default ctor.

new(N, Entries) -> wxAcceleratorTable()


Types:

N = integer()
Entries = [wxAcceleratorEntry:wxAcceleratorEntry()]

Initializes the accelerator table from an array of wxAcceleratorEntry.

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


Destroys the wxAcceleratorTable object.

See overview_refcount_destruct for more info.

ok(This) -> boolean()


Types:

This = wxAcceleratorTable()

See: isOk/1.

isOk(This) -> boolean()


Types:

This = wxAcceleratorTable()

Returns true if the accelerator table is valid.

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.