Refresh Events

Note: 'name' is a Symbol unless mentioned otherwise.

:\_refresh\_

Refreshes all registered interfaces.

The interfaces will be refreshed in z-index order, meaning that interfaces with a lower z-index will be drawn first. This means overlapping interfaces will be drawn as specified. Hidden interfaces will be still refreshed in memory but not shown.

Vedeu.trigger(:_refresh_)

:\_refresh_cursor\_

Will cause the named cursor to refresh, or the cursor of the interface which is currently in focus.

Vedeu.trigger(:_refresh_cursor_, name)

:\_refresh_group\_

Will cause all interfaces in the named group to refresh.

Vedeu.trigger(:_refresh_group_, name)

:\_refresh_view\_

Will cause the named view to refresh.

Vedeu.trigger(:_refresh_view_, name)

:\_refresh_view_content\_

Will cause only the content of the named view to refresh.

Vedeu.trigger(:_refresh_view_content_, name)