ui.Interface.setContainer
Define the parent container for the current program.
Important:
This feature is deprecated, its use is discouraged although not prohibited.
Syntax
ui.Interface.setContainer(
name STRING )
- name is the name of the parent container.
Usage
The ui.Interface.setContainer(name)
class method is used to specify the name of
the parent program for the current program. This creates a parent/child relation between two
independent programs running with distinct fglrun processes.
The type of the program must be set to "child" with the ui.Interface.setType()
method.
Each program must be identified by a name, to be set with the ui.Interface.setName()
class
method.