Module wxIdleEvent

See external documentation: wxIdleEvent.

Description

See external documentation: wxIdleEvent.
Use wxEvtHandler:connect/5 with EventType:
idle

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


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

    wxIdleEvent()

    abstract datatype: wxIdleEvent()

    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.

    Function Index

    canSend/1*See external documentation.
    getMode/0*See external documentation.
    moreRequested/1*See external documentation.
    requestMore/1*Equivalent to requestMore(This, []).
    requestMore/2*See external documentation.
    setMode/1*See external documentation.

    Function Details

    canSend/1 *

    canSend(Win::wxWindow:wxWindow()) -> bool()

    See external documentation.

    getMode/0 *

    getMode() -> WxIdleMode

    See external documentation.
    WxIdleMode is one of ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED

    moreRequested/1 *

    moreRequested(This::wxIdleEvent()) -> bool()

    See external documentation.

    requestMore/1 *

    requestMore(This::wxIdleEvent()) -> ok

    Equivalent to requestMore(This, []).

    requestMore/2 *

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

    See external documentation.

    setMode/1 *

    setMode(Mode::WxIdleMode) -> ok

    See external documentation.
    WxIdleMode is one of ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED


    Generated by EDoc, May 26 2008, 12:35:29.