Sha256: f4fadfa27d8818b8f1e4a3dc5638ae98b85d30d40a48b49210951339ef734ef0
Contents?: true
Size: 853 Bytes
Versions: 1
Compression:
Stored size: 853 Bytes
Contents
### `:_movement_refresh_` When triggered, triggers additional events which aid the updating of the output. Used when moving an interface/view. Vedeu.trigger(:_movement_refresh_, name) At this time, triggering this event will: - Clear the entire terminal (assuming at least one renderer is the default (Vedeu::Renderer::Terminal)). This action is performed when moving an interface/view so that there are no 'artefacts' left behind. - Refresh the entire terminal (as above). This means all visible interfaces are re-rendered. This action is performed to ensure other views currently visible are rendered in their current position. - Clears the named view. This action removes the named view from the terminal (or output). - Refreshes the named view. This action adds the named view to the terminal (or output); in the new position.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.8.32 | docs/events/by_name/movement_refresh.md |