Python Script Engine
7.2
GL Studio Editor Python Script API
|
Classes | |
class | HtmlDialog |
Functions | |
HtmlDialog * | FindHtmlDialog (String name) |
HtmlDialog * | CreateHtmlDialog (String name, String title) |
The HtmlDialog Python Script Engine Wrapper class.
HtmlDialog* CreateHtmlDialog | ( | String | name, |
String | title | ||
) |
Create an Html Dialog.
name | the unique name of the dialog |
title | the title of the 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.
name | the unique name of the dialog |