Creating GUITo create a GUI a special type of Object, called GUI, is used.
Before starting to work on a GUI you have to create first this object.
GUI Object is an object containing a MainFrame widget.
The MainFrame is a special kind of Frame widget (see Widget Foundation Libray) that contains all other widgets of a scene.
To Create a GUI object:
![]() For a complete description of a GUI object see GUI Object paragraph.
|