wxNavigationKeyEvent(3)



wxNavigationKeyEvent(3erl) Erlang Module Definition wxNavigationKeyEvent(3erl)

NAME
       wxNavigationKeyEvent   -   See  external  documentation:  wxNavigation-
       KeyEvent.

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()

              See external documentation.

       setDirection(This, BForward) -> ok

              Types:

                 This = wxNavigationKeyEvent()
                 BForward = boolean()

              See external documentation.

       isWindowChange(This) -> boolean()

              Types:

                 This = wxNavigationKeyEvent()

              See external documentation.

       setWindowChange(This, BIs) -> ok

              Types:

                 This = wxNavigationKeyEvent()
                 BIs = boolean()

              See external documentation.

       isFromTab(This) -> boolean()

              Types:

                 This = wxNavigationKeyEvent()

              See external documentation.

       setFromTab(This, BIs) -> ok

              Types:

                 This = wxNavigationKeyEvent()
                 BIs = boolean()

              See external documentation.

       getCurrentFocus(This) -> wxWindow:wxWindow()

              Types:

                 This = wxNavigationKeyEvent()

              See external documentation.

       setCurrentFocus(This, Win) -> ok

              Types:

                 This = wxNavigationKeyEvent()
                 Win = wxWindow:wxWindow()

              See external documentation.

AUTHORS
       <>

                                   wx 1.9.1         wxNavigationKeyEvent(3erl)

Man(1) output converted with man2html
list of all man pages