wxAuiManagerEvent

See external documentation: wxAuiManagerEvent.

See external documentation: wxAuiManagerEvent.

Use wxEvtHandler:connect/3 with EventType:

aui_pane_button, aui_pane_close, aui_pane_maximize, aui_pane_restore, aui_render, aui_find_manager

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

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

Types


wxAuiManagerEvent() = wx:wx_object()

Functions


setManager(This, Mgr) -> ok

  • This = wxAuiManagerEvent()
  • Mgr = wxAuiManager() (see module wxAuiManager)

See external documentation.

getManager(This) -> wxAuiManager() (see module wxAuiManager)

  • This = wxAuiManagerEvent()

See external documentation.

setPane(This, P) -> ok

  • This = wxAuiManagerEvent()
  • P = wxAuiPaneInfo() (see module wxAuiPaneInfo)

See external documentation.

getPane(This) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)

  • This = wxAuiManagerEvent()

See external documentation.

setButton(This, B) -> ok

  • This = wxAuiManagerEvent()
  • B = integer()

See external documentation.

getButton(This) -> integer()

  • This = wxAuiManagerEvent()

See external documentation.

setDC(This, Pdc) -> ok

  • This = wxAuiManagerEvent()
  • Pdc = wxDC() (see module wxDC)

See external documentation.

getDC(This) -> wxDC() (see module wxDC)

  • This = wxAuiManagerEvent()

See external documentation.

veto(This) -> ok

  • This = wxAuiManagerEvent()

Equivalent to veto(This, []).

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

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

See external documentation.

getVeto(This) -> boolean()

  • This = wxAuiManagerEvent()

See external documentation.

setCanVeto(This, Can_veto) -> ok

  • This = wxAuiManagerEvent()
  • Can_veto = boolean()

See external documentation.

canVeto(This) -> boolean()

  • This = wxAuiManagerEvent()

See external documentation.