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