.TH wxIdleEvent 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxIdleEvent \- See external documentation: wxIdleEvent. .SH DESCRIPTION .LP See external documentation: wxIdleEvent\&. .RS 2 .TP 2 .B Use wxEvtHandler:connect/3 with EventType:: \fIidle\fR\& .RE .LP See also the message variant #wxIdle{} event record type\&. .LP This class is derived (and can use functions) from: .br wxEvent .SH "DATA TYPES" .RS 2 .TP 2 .B wxIdleEvent(): .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 canSend(Win) -> boolean() .br .RS .LP Types: .RS 3 Win = wxWindow:wxWindow() .br .RE .RE .RS .LP \fIThis function is deprecated: \fR\¬ available in wxWidgets-2\&.9 and later .LP See external documentation\&. .RE .LP .B getMode() -> wx:wx_enum() .br .RS .LP See external documentation\&. .br Res = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED .RE .LP .B requestMore(This) -> ok .br .RS .LP Types: .RS 3 This = wxIdleEvent() .br .RE .RE .RS .LP Equivalent to requestMore(This, [])\&. .RE .LP .B requestMore(This, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxIdleEvent() .br Option = {needMore, boolean()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B moreRequested(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxIdleEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setMode(Mode) -> ok .br .RS .LP Types: .RS 3 Mode = wx:wx_enum() .br .RE .RE .RS .LP See external documentation\&. .br Mode = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED .RE .SH AUTHORS .LP .I <>