THIS 22.1
Accessing the Window Objects
Accessing the Window objects
The GUI Window objects are stored as properties on the global GUI object. The name of the property is whatever was defined in the properties window in the GUI builder.

To display the Window called use the Show() method:
if (gui) gui.my_window.Show();