Python Script Engine  8.2
GL Studio Editor Python Script API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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

◆ CreateHtmlDialog()

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

◆ FindHtmlDialog()

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