Sha256: 03a44f76421dabaf5b0fce3098c6522d280255d1fd2a8862882a31767e1511ba
Contents?: true
Size: 981 Bytes
Versions: 35
Compression:
Stored size: 981 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
35 entries across 35 versions & 1 rubygems