Sha256: 84f6c8cb10dcf2e217e6233868d6c632bb81b76f755e621c11018846a0133120

Contents?: true

Size: 824 Bytes

Versions: 1

Compression:

Stored size: 824 Bytes

Contents

# @title Vedeu Refresh Events

## 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)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.6.21 docs/events/refresh.md