Python Script Engine  8.3
GL Studio Editor Python Script API
HtmlDock.i File Reference

Classes

class  HtmlDock
 

Functions

HtmlDockFindHtmlDock (str name)
 
HtmlDockCreateHtmlDock (str name, str title)
 

Detailed Description

The HtmlDock Python Script Engine Wrapper class.

Function Documentation

◆ CreateHtmlDock()

HtmlDock * CreateHtmlDock ( str  name,
str  title 
)

Create an Html Dock

Parameters
namethe unique name of the dock
titlethe title of the dock
Returns
a new html dock

◆ FindHtmlDock()

HtmlDock * FindHtmlDock ( str  name)

Find an html dock with a specified name.

If a dock with that name already exists, it will be returned.

Parameters
namethe unique name of the dock
Returns
the html dock, or None if not found