Class UILAYOUT

Name

UILAYOUT  --  Class of area for placement widgets at fixed positions.

Synopsis

 UILayout()	--> UILayout object
 
 
 

Description

Class UILayout

Attributes

<className> - Class name. Value should be "UILayout".

Methods

ADD Place widget to area.
MOVE Move widget to new position.
UILAYOUT Constructor. Create area for placement widgets at fixed positions.

Method UILAYOUT:ADD()

 add(<o>,[<pos>])

Method UILAYOUT:MOVE()

 move(<o>,[<pos>])

Method UILAYOUT:UILAYOUT()

 UILayout()	--> UILayout object

Example:

 lt := UILayout()
 lt:add(pb)
 lt:add(bt, "0,30")
 

Platforms

No dependies of platform.