wxAuiManagerEvent(3)



wxAuiManagerEvent(3erl)    Erlang Module Definition    wxAuiManagerEvent(3erl)

NAME
       wxAuiManagerEvent - See external documentation: wxAuiManagerEvent.

DESCRIPTION
       See external documentation: wxAuiManagerEvent.

         Use wxEvtHandler:connect/3 with EventType::
           aui_pane_button,  aui_pane_close,  aui_pane_maximize,  aui_pane_re-
           store, aui_pane_activated, aui_render, aui_find_manager

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

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

DATA TYPES
         wxAuiManagerEvent():

           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
       setManager(This, Mgr) -> ok

              Types:

                 This = wxAuiManagerEvent()
                 Mgr = wxAuiManager:wxAuiManager()

              See external documentation.

       getManager(This) -> wxAuiManager:wxAuiManager()

              Types:

                 This = wxAuiManagerEvent()

              See external documentation.

       setPane(This, P) -> ok

              Types:

                 This = wxAuiManagerEvent()
                 P = wxAuiPaneInfo:wxAuiPaneInfo()

              See external documentation.

       getPane(This) -> wxAuiPaneInfo:wxAuiPaneInfo()

              Types:

                 This = wxAuiManagerEvent()

              See external documentation.

       setButton(This, B) -> ok

              Types:

                 This = wxAuiManagerEvent()
                 B = integer()

              See external documentation.

       getButton(This) -> integer()

              Types:

                 This = wxAuiManagerEvent()

              See external documentation.

       setDC(This, Pdc) -> ok

              Types:

                 This = wxAuiManagerEvent()
                 Pdc = wxDC:wxDC()

              See external documentation.

       getDC(This) -> wxDC:wxDC()

              Types:

                 This = wxAuiManagerEvent()

              See external documentation.

       veto(This) -> ok

              Types:

                 This = wxAuiManagerEvent()

              Equivalent to veto(This, []).

       veto(This, Options::[Option]) -> ok

              Types:

                 This = wxAuiManagerEvent()
                 Option = {veto, boolean()}

              See external documentation.

       getVeto(This) -> boolean()

              Types:

                 This = wxAuiManagerEvent()

              See external documentation.

       setCanVeto(This, Can_veto) -> ok

              Types:

                 This = wxAuiManagerEvent()
                 Can_veto = boolean()

              See external documentation.

       canVeto(This) -> boolean()

              Types:

                 This = wxAuiManagerEvent()

              See external documentation.

AUTHORS
       <>

                                   wx 1.9.1            wxAuiManagerEvent(3erl)

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