![]() |
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Classes | |
class | HtmlDock |
Functions | |
HtmlDock * | FindHtmlDock (str name) |
HtmlDock * | CreateHtmlDock (str name, str title) |
The HtmlDock Python Script Engine Wrapper class.
HtmlDock * CreateHtmlDock | ( | str | name, |
str | title | ||
) |
Create an Html Dock
name | the unique name of the dock |
title | the title of the dock |
HtmlDock * FindHtmlDock | ( | str | 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 |