18.1 Overview

Hollywood class is a powerful MUI class that allows you to embed a complete Hollywood display inside your MUI GUI. Whenever you draw something to a Hollywood display that is attached to Hollywood class, it will automatically be drawn to your MUI GUI as well. You can even hide the Hollywood display and it will still work. Furthermore, all mouse clicks and key strokes that happen inside Hollywood class will be forwarded to the corresponding Hollywood display as normal Hollywood events. Thus, Hollywood class allows you to use almost all of Hollywood's powerful features inside a MUI GUI as well.

Here is an example of how to embed Hollywood display 1 inside your GUI:

 
<hollywood display="1"/>

See Hollywood bridge for details.


Show TOC