| NAB plug-in for MWT user guide June 21, 2006 |
Contents
![]()
|
| Chapter 3 Views |

This view is used to specify attributes of the selected instance in a program.
You can specify the application window type and variable attributes (whether to define it as a global variable) of an allocated instance in a program.
The following table lists the window types that can be set.
|
Window type |
Description |
|
Normal window |
Defines a window used normally by applications. |
|
Class definition |
Defines a window as a class when a class library has been created. The window instance name is used directly as a class name. |
|
Use object store |
Isolates window configuration information from an application and outputs it to a data file named "window-name.oof". |
The following sections explain procedures for creating a class library and a stored data file.
3.7.1 Creating a class library
3.7.2 Using the Store function
Contents
![]()
|