Back Previous Next


Linguist graphics package - textbox

Syntax:

   textbox {name} {elements}

Keyword handler:

   linguist.graphics.keyword.GKTextbox.class

Runtime handler(s):

   linguist.graphics.handler.GHTextbox.class

Function:

Declares a variable to represent a textbox, which is a special kind of actor whose job is to hold and display a single line of text in any chosen font, color and style. See also create and show.

Example(s):

   textbox Menu1
   textbox Label 6


Back Previous Next