Back Previous Next


Linguist graphics package - browser

Syntax:

   browser {name} {elements}

Keyword handler:

   linguist.graphics.keyword.GKBrowser.class

Runtime handler(s):

   linguist.graphics.handler.GHBrowser.class

Function:

Declares a variable to represent an HTML panel, a component implemented using the ICE Soft browser. This component can render most HTML files. See also create and show.

Example(s):

   browser MyText
   browser Panels 7


Back Previous Next