.TH wxAuiManagerEvent 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxAuiManagerEvent \- See external documentation: wxAuiManagerEvent. .SH DESCRIPTION .LP See external documentation: wxAuiManagerEvent\&. .RS 2 .TP 2 .B Use \fBwxEvtHandler:connect/3\fR\& with EventType:: \fIaui_pane_button\fR\&, \fIaui_pane_close\fR\&, \fIaui_pane_maximize\fR\&, \fIaui_pane_restore\fR\&, \fIaui_pane_activated\fR\&, \fIaui_render\fR\&, \fIaui_find_manager\fR\& .RE .LP See also the message variant \fB#wxAuiManager{\fR\&} event record type\&. .LP This class is derived (and can use functions) from: .br \fBwxEvent\fR\& .SH "DATA TYPES" .RS 2 .TP 2 .B wxAuiManagerEvent(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B setManager(This, Mgr) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br Mgr = \fBwxAuiManager:wxAuiManager()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getManager(This) -> \fBwxAuiManager:wxAuiManager()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setPane(This, P) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br P = \fBwxAuiPaneInfo:wxAuiPaneInfo()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getPane(This) -> \fBwxAuiPaneInfo:wxAuiPaneInfo()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setButton(This, B) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br B = integer() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getButton(This) -> integer() .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setDC(This, Pdc) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br Pdc = \fBwxDC:wxDC()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getDC(This) -> \fBwxDC:wxDC()\fR\& .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B veto(This) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP Equivalent to \fBveto(This, [])\fR\&\&. .RE .LP .B veto(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br Option = {veto, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getVeto(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setCanVeto(This, Can_veto) -> ok .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br Can_veto = boolean() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B canVeto(This) -> boolean() .br .RS .LP Types: .RS 3 This = \fBwxAuiManagerEvent()\fR\& .br .RE .RE .RS .LP See external documentation\&. .RE .SH AUTHORS .LP .I <>