Python Script Engine  8.3
GL Studio Editor Python Script API
InfoWindow Class Reference

Public Member Functions

 InfoWindow (str title)
 
None UpdateInfoWindow (str label)
 

Detailed Description

Popup window with a title bar and an info label.

Constructor & Destructor Documentation

◆ InfoWindow()

InfoWindow::InfoWindow ( str  title)

Shows a new dialog which is modal and has no buttons or icons.

Parameters
titlethe progress dialog title

Member Function Documentation

◆ UpdateInfoWindow()

None InfoWindow::UpdateInfoWindow ( str  label)

Updates the dialog label.

Parameters
labelthe string to set the progress dialog label to

The documentation for this class was generated from the following file: