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

wxErlang
Reference Manual
Version 0.99.2


Expand All
Contract All

Table of Contents

wxNavigationKeyEvent

MODULE

wxNavigationKeyEvent

MODULE SUMMARY

See external documentation: wxNavigationKeyEvent.

DESCRIPTION

See external documentation: wxNavigationKeyEvent.

Use wxEvtHandler:connect/3 with EventType:

navigation_key

See also the message variant #wxNavigationKey{} event record type.

This class is derived (and can use functions) from:
wxEvent

DATA TYPES

wxNavigationKeyEvent()

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

getDirection(This) -> boolean()

Types:

This = wxNavigationKeyEvent()

setDirection(This, BForward) -> ok

Types:

This = wxNavigationKeyEvent()
BForward = boolean()

isWindowChange(This) -> boolean()

Types:

This = wxNavigationKeyEvent()

setWindowChange(This, BIs) -> ok

Types:

This = wxNavigationKeyEvent()
BIs = boolean()

isFromTab(This) -> boolean()

Types:

This = wxNavigationKeyEvent()

setFromTab(This, BIs) -> ok

Types:

This = wxNavigationKeyEvent()
BIs = boolean()

getCurrentFocus(This) -> wxWindow() (see module wxWindow)

Types:

This = wxNavigationKeyEvent()

setCurrentFocus(This, Win) -> ok

Types:

This = wxNavigationKeyEvent()
Win = wxWindow() (see module wxWindow)