wxAuiManagerEvent
See external documentation: wxAuiManagerEvent.
See external documentation:
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
Functions
setManager(This, Mgr) -> ok
This = wxAuiManagerEvent()
Mgr = wxAuiManager() (see module wxAuiManager)
See
getManager(This) -> wxAuiManager() (see module wxAuiManager)
This = wxAuiManagerEvent()
See
setPane(This, P) -> ok
This = wxAuiManagerEvent()
P = wxAuiPaneInfo() (see module wxAuiPaneInfo)
See
getPane(This) -> wxAuiPaneInfo() (see module wxAuiPaneInfo)
This = wxAuiManagerEvent()
See
setButton(This, B) -> ok
This = wxAuiManagerEvent()
B = integer()
See
getButton(This) -> integer()
This = wxAuiManagerEvent()
See
setDC(This, Pdc) -> ok
This = wxAuiManagerEvent()
Pdc = wxDC() (see module wxDC)
See
getDC(This) -> wxDC() (see module wxDC)
This = wxAuiManagerEvent()
See
veto(This, Option::[Option]) -> ok
This = wxAuiManagerEvent()
Option = {veto, boolean()}
See
getVeto(This) -> boolean()
This = wxAuiManagerEvent()
See
setCanVeto(This, Can_veto) -> ok
This = wxAuiManagerEvent()
Can_veto = boolean()
See
canVeto(This) -> boolean()
This = wxAuiManagerEvent()
See