Back Previous Next


Linguist graphics package - enable

Syntax:

   enable {button}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKEnable.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHEnable.class

Function:

Enable a button. This will enable it to generate action events (see on), which are enabled by default but may have been explicitly disabled. What visual effect is also has depends on what icons it has - see set.

Example(s):

   enable OKButton


Back Previous Next