ui.Interface.setContainer
Define the parent container for the current program.
Syntax
ui.Interface.setContainer(
name STRING )
- name is the name of the parent container.
Usage
The ui.Interface.setContainer(name)
class method to specify the name of the
parent WCI container where the current program windows must be displayed. This creates a
WCI relation between two independent programs running with distinct fglrun
processes.
Each WCI program must be identified by a name, to be set with the ui.Interface.setName()
class method.