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