Introducing View Frames

A view frame is a special container with a title bar that encapsulates a client view. Its title bar is composed of an icon, a label, and several buttons. A view frame is displayed inside a parent view, called a desktop view.

View frames are instances of the class IlvViewFrame. A desktop view is always linked to an instance of the class IlvDesktopManager, which manages all the frames inside the desktop view.

Application Composed of Frames