Sha256: 899eb522310c5ac826c16a25e6b39b5e935641851e65423c7bc88d3d7a3c4266
Contents?: true
Size: 971 Bytes
Versions: 6
Compression:
Stored size: 971 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) ### `:_refresh_view_content_` Will cause only the content of the named view to refresh. Vedeu.trigger(:_refresh_view_content_, name)
Version data entries
6 entries across 6 versions & 1 rubygems