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
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.
setManager(This, Mgr) -> ok
Types:
This = wxAuiManagerEvent()
Mgr = wxAuiManager() (see module wxAuiManager)
See external documentation.
getManager(This) -> wxAuiManager() (see module wxAuiManager)
Types:
This = wxAuiManagerEvent()
See external documentation.
setPane(This, P) -> ok
Types:
This = wxAuiManagerEvent()
P = wxAuiPaneInfo() (see module wxAuiPaneInfo)
See external documentation.
getPane(This) -> wxAuiPaneInfo() (see module 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() (see module wxDC)
See external documentation.
getDC(This) -> wxDC() (see module wxDC)
Types:
This = wxAuiManagerEvent()
See external documentation.
veto(This) -> ok
Types:
This = wxAuiManagerEvent()
Equivalent to veto(This, []).
veto(This, Option::[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.
<>