Manuals >User's Guide >Creating Graphic User Interfaces
Print version of this Book (PDF file)
prevnext

Adding a Caption to the Unix Window (Example)

To add a caption (i.e. an instance name) to the Unix window, such as "Tabbed Folder" in the example below you have to launch the GUI through a macro with iccap_func(). This will replace the default caption "User Displayed Dialog".

The macro can have any name of course and contains an iccap_func() call such as

 iccap_func("./RandomAccess","Display Modal GUI","Tabbed
           Folder") 

where:

./RandomAccess refers to the top level name of a GUI item (see next figure).

Display Modal GUI is the action.

Tabbed Folder is the caption (title) to appear on the Unix window.


prevnext