Back Previous Next


Linguist graphics package - select

Syntax:

   select {button}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKSelect.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHSelect.class

Function:

Selects a button. What effect this has depends on how the button was created and what icons it has - see set. See also deselect.

Example(s):

   select OKButton


Back Previous Next