Add docs for renderer

This commit is contained in:
buffet 2020-01-26 19:30:32 +00:00
parent 7883089834
commit 9bafcc3a89

View file

@ -279,6 +279,20 @@ Returns the title of the view.
The view is being destroyed. The view is being destroyed.
Callback receives the view. 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 #### request_move
The view wants to start an interactive move. The view wants to start an interactive move.