|  | Python Script Engine
    8.3
    GL Studio Editor Python Script API | 
| Public Member Functions | |
| InfoWindow (str title) | |
| None | UpdateInfoWindow (str label) | 
Popup window with a title bar and an info label.
| InfoWindow::InfoWindow | ( | str | title | ) | 
Shows a new dialog which is modal and has no buttons or icons.
| title | the progress dialog title | 
| None InfoWindow::UpdateInfoWindow | ( | str | label | ) | 
Updates the dialog label.
| label | the string to set the progress dialog label to |