Back Previous Next


Linguist graphics package - move

Syntax:

	move {item} up/down/left/right by {value}/{size}
	move {item} to {location}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKMove.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHMove.class

Function:

Move a component such as a window, a label or button. The position of a window is screen-relative; all other components are positioned relative to their parent containers.

Example(s):

   move MainWindow up by the top inset of MainWindow
   move OKButton to 100 100


Back Previous Next