Function Render-View
(
render-view < view > &rest < args > &key (class-name
(gensym)) &allow-other-keys )
A helper function that inspects the view, creates a fitting object
from it only the fly, and calls 'render-object-view'. The function
returns the created object.