Back Previous Next


Linguist window package - button

Syntax:

   button {name} {elements}

Keyword handler:

   linguist.window.keyword.WKButton.class

Runtime handler(s):

   linguist.window.handler.WHButton.class

Function:

Declare a wrapper for an AWT Button. See also create.

Example(s):

   button OKButton
   button Buttons 6


Back Previous Next