Back Previous Next


Linguist graphics package - combobox

Syntax:

   combobox {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKCombobox.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHCombobox.class

Function:

Declares a combo box variable or an array of combo boxes. The array size is fixed at time of compilation.

Example(s):

   combobox Choices


Back Previous Next