Back Previous Next


Linguist graphics package - disable

Syntax:

   disable {button}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKDisable.class

Runtime handler(s):

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

Function:

Disable a button. This will prevent it generating any more action events (see on). What visual effect is also has depends on what icons it has - see set. See also enable.

Example(s):

   disable OKButton


Back Previous Next