Add docs for renderer

This commit is contained in:
buffet 2020-01-26 19:30:32 +00:00
parent feae18cf72
commit 138e1d7e0b

View file

@ -279,6 +279,20 @@ Returns the title of the view.
The view is being destroyed.
Callback receives the view.
#### post_render
The view finished being rendered.
Callback receives a table with the `view`, the `renderer` and the `output`.
This event occurs once per output the view might be drawn on.
#### pre_render
The view is about to be rendered.
Callback receives a table with the `view`, the `renderer` and the `output`.
This event occurs once per output the view might be drawn on.
#### request_move
The view wants to start an interactive move.