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

Classes

class  HtmlDock
 

Functions

HtmlDockFindHtmlDock (String name)
 
HtmlDockCreateHtmlDock (String name, String title)
 

Detailed Description

The HtmlDock Python Script Engine Wrapper class.

Function Documentation

HtmlDock* CreateHtmlDock ( String  name,
String  title 
)

Create an Html Dock.

Parameters
namethe unique name of the dock
titlethe title of the dock
Returns
a new html 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.

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