wxNavigationKeyEvent

See external documentation: wxNavigationKeyEvent.

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

Types


wxNavigationKeyEvent() = wx:wx_object()

Functions


getDirection(This) -> boolean()

  • This = wxNavigationKeyEvent()

See external documentation.

setDirection(This, BForward) -> ok

  • This = wxNavigationKeyEvent()
  • BForward = boolean()

See external documentation.

isWindowChange(This) -> boolean()

  • This = wxNavigationKeyEvent()

See external documentation.

setWindowChange(This, BIs) -> ok

  • This = wxNavigationKeyEvent()
  • BIs = boolean()

See external documentation.

isFromTab(This) -> boolean()

  • This = wxNavigationKeyEvent()

See external documentation.

setFromTab(This, BIs) -> ok

  • This = wxNavigationKeyEvent()
  • BIs = boolean()

See external documentation.

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

  • This = wxNavigationKeyEvent()

See external documentation.

setCurrentFocus(This, Win) -> ok

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

See external documentation.