wxIdleEvent

See external documentation: wxIdleEvent.

See external documentation: wxIdleEvent.

Use wxEvtHandler:connect/3 with EventType:

idle

See also the message variant #wxIdle{} event record type.

This class is derived (and can use functions) from:
wxEvent

Functions


canSend(Win) -> boolean()

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

See external documentation.

getMode() -> wx:wx_enum()

See external documentation.
Res = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED

requestMore(This) -> ok

Equivalent to requestMore(This, []).

requestMore(This, Options::[Option]) -> ok

See external documentation.

moreRequested(This) -> boolean()

See external documentation.

setMode(Mode) -> ok

See external documentation.
Mode = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED