wxErlang

Reference Manual

Version 1.8.3

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

setDirection(This, BForward) -> ok

Types

BForward = boolean()

isWindowChange(This) -> boolean()

Types

setWindowChange(This, BIs) -> ok

Types

BIs = boolean()

isFromTab(This) -> boolean()

Types

setFromTab(This, BIs) -> ok

Types

BIs = boolean()

getCurrentFocus(This) -> wxWindow:wxWindow()

Types

setCurrentFocus(This, Win) -> ok