Previous IDL Reference Guide: iTools Object Classes Next

IDLitUI

Superclasses | Creation | Properties | Methods | Examples | Version History

The IDLitUI class serves as the link between the underlying functionality of an iTool and the IDL Widget interface that is displayed to the user. The user interface object provides the following functionality:

For additional information on the IDLitUI class, and user interface issues in general, see iTool User Interface Architecture.

This class is written in the IDL language. Its source code can be found in the file idlitui__define.pro in the lib/itools/ui_widgets subdirectory of the IDL distribution.

Superclasses

IDLitContainer


Note
See the iTools Object Model Diagram for a visual representation of the iTools object model hierarchy.

Creation

See IDLitUI::Init.

Properties

Objects of this class have the following properties. See IDLitUI Properties for details on individual properties.

Methods

This class has the following methods:

In addition, this class inherits the methods of its superclasses (if any).

Examples

See Example: A Simple UI Panel.

Version History

6.0
Introduced

See Also

iTool User Interface Architecture

  IDL Online Help (March 06, 2007)