|
Python Script Engine
1.0
GL Studio Editor Python Script API
|
Classes | |
| class | HtmlDock |
Functions | |
| HtmlDock * | FindHtmlDock (String name) |
| HtmlDock * | CreateHtmlDock (String name, String title) |
The HtmlDock Python Script Engine Wrapper class.
| HtmlDock* CreateHtmlDock | ( | String | name, |
| String | title | ||
| ) |
Create an Html Dock.
| name | the unique name of the dock |
| title | the title of the dock |
| HtmlDock* FindHtmlDock | ( | String | name | ) |
Find an html dock with a specified name.
If a dock with that name already exists, it will be returned.
| name | the unique name of the dock |