Back


The Linguist window package

This package provides wrappers for common AWT components. These are the keywords currently available:

add button clear create find
hide label list move on
panel place remove replace select
set show textarea textfield tooltip
update  window      

Numeric values

Back


Numeric Values

These values can be used in either a numeric or string expression:

the height of the screen
Returns the height of the screen, in pixels.

the width of the screen
Returns the width of the screen, in pixels.

the items in <list>
Returns the number of items currently in the specified list.

item <n> of <list>
Returns the specified item from the list.

the selected item in <list>
Returns the index of the selected item in the list.


Back