Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 649 Bytes

notify.rst

File metadata and controls

40 lines (18 loc) · 649 Bytes

Notification

.. hoc:function:: doEvents


    Syntax:
        ``doEvents()``


    Description:
        Deal with any pending events in the middle of a computation.
        This also causes any previous flushes to make their effect felt on
        the screen.

        Faster than :hoc:func:`doNotify` since field editors are not updated.




.. hoc:function:: doNotify


    Syntax:
        ``doNotify()``


    Description:
        All panels are updated so field editors show current values.
        This is slower than :hoc:func:`doEvents` which does not check the field editors.