DESCRIPTION
See external documentation: wxAuiManagerEvent.
-
- Use wxEvtHandler:connect/3 with EventType::
- aui_pane_button, aui_pane_close, aui_pane_maximize, aui_pane_restore, 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() (see module wxAuiManager)
-
This = wxAuiManagerEvent()
-
See external documentation.
getManager(This) -> wxAuiManager() (see module wxAuiManager)
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
See external documentation.
setPane(This, P) -> ok
-
Types:
-
This = wxAuiManagerEvent()
P = wxAuiPaneInfo() (see module wxAuiPaneInfo)
-
This = wxAuiManagerEvent()
-
See external documentation.
getPane(This) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
See external documentation.
setButton(This, B) -> ok
-
Types:
-
This = wxAuiManagerEvent()
B = integer()
-
This = wxAuiManagerEvent()
-
See external documentation.
getButton(This) -> integer()
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
See external documentation.
setDC(This, Pdc) -> ok
-
Types:
-
This = wxAuiManagerEvent()
Pdc = wxDC() (see module wxDC)
-
This = wxAuiManagerEvent()
-
See external documentation.
getDC(This) -> wxDC() (see module wxDC)
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
See external documentation.
veto(This) -> ok
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
Equivalent to veto(This, []).
veto(This, Options::[Option]) -> ok
-
Types:
-
This = wxAuiManagerEvent()
Option = {veto, boolean()}
-
This = wxAuiManagerEvent()
-
See external documentation.
getVeto(This) -> boolean()
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
See external documentation.
setCanVeto(This, Can_veto) -> ok
-
Types:
-
This = wxAuiManagerEvent()
Can_veto = boolean()
-
This = wxAuiManagerEvent()
-
See external documentation.
canVeto(This) -> boolean()
-
Types:
-
This = wxAuiManagerEvent()
-
This = wxAuiManagerEvent()
-
See external documentation.
AUTHORS
<>