Python Script Engine  8.1
GL Studio Editor Python Script API
HtmlDialog.i File Reference

Classes

class  HtmlDialog
 

Functions

HtmlDialogFindHtmlDialog (String name)
 
HtmlDialogCreateHtmlDialog (String name, String title)
 

Detailed Description

The HtmlDialog Python Script Engine Wrapper class.

Function Documentation

HtmlDialog* CreateHtmlDialog ( String  name,
String  title 
)

Create an Html Dialog.

Parameters
namethe unique name of the dialog
titlethe title of the dialog
Returns
a new html dialog
HtmlDialog* FindHtmlDialog ( String  name)

Find an html dialog with a specified name.

If a dialog with that name already exists, it will be returned.

Parameters
namethe unique name of the dialog
Returns
the html dialog, or None if not found