$CLASSNAME$
	UILayout
$SUMMARY$
	Class UILayout
$LANG_RU$
	 UILayout
$ABOUT$
	Class of area for placement widgets at fixed positions.
$LANG_RU$
	      .
$SYNTAX$
	UILayout()	--> UILayout object
$LANG_RU$
	UILayout()	-->  UILayout
$ATTRIBUTES$
	<className>	- Class name. Value should be "UILayout".
$LANG_RU$
	<className>	-  . : "UILayout".

$METHODNAME$
	UILayout()
$SUMMARY$
	Constructor. Create area for placement widgets at fixed positions.
$LANG_RU$
	.       .
$SYNTAX$
	UILayout()	--> UILayout object
$ENDMETHOD$

$METHODNAME$
	add()
$SUMMARY$
	Place widget to area.
$LANG_RU$
	   .
$SYNTAX$
	add(<o>,[<pos>])
$ARGUMENTS$
	<o>		- Widget object. Widget placed on the area.
	<pos>		- String. Widget position. Horizontal position (in pixels) is separated from vertical position (in pixels) by comma.
$LANG_RU$
	<o>		-  . ,   .
	<pos>		- C.  .   ( )     ( ) .
$ENDMETHOD$

$METHODNAME$
	move()
$SUMMARY$
	Move widget to new position.
$LANG_RU$
	    .
$SYNTAX$
	move(<o>,[<pos>])
$ARGUMENTS$
	<o>		- Widget object. Widget placed on the area.
	<pos>		- String. New widget position. Horizontal position (in pixels) is separated from vertical position (in pixels) by comma.
$LANG_RU$
	<o>		-  . ,   .
	<pos>		- C.   .   ( )     ( ) .
$ENDMETHOD$

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

$PLATFORMS$
	No dependies of platform.
$LANG_RU$
	   .
$SEEALSO$
$AUTHOR$
	Andrey Cherepanov <skull@eas.lrn.ru>
$LANG_RU$
	  <skull@eas.lrn.ru>
$LASTDATE$
