Back Previous Next


Linguist window package - place

Syntax:

   place {component} in {container}
      [at north/south/east/west/center/centre]

Keyword handler:

   linguist.window.keyword.WKPlace.class

Runtime handler(s):

   linguist.window.handler.WHPlace.class

Function:

Place a component into a container (a window or a panel), optionally specifying a location.

Example(s):

   place OKButton in ButtonPanel at south
   place ButtonPanel in MainWindow


Back Previous Next