$CLASSNAME$
	UIFrame
$SUMMARY$
	Class UIFrame
$LANG_RU$
	 UIFrame
$ABOUT$
	Class of frame.
$LANG_RU$
	 .
$SYNTAX$
	UIFrame([<caption>],[<type>])	--> UIFrame object
$LANG_RU$
	UIFrame([<caption>],[<type>])	-->  UIFrame
$ATTRIBUTES$
	<className>	- Class name. Value should be "UIFrame".
$LANG_RU$
	<className>	-  . : "UIFrame".

$METHODNAME$
	UIFrame()
$SUMMARY$
	Constructor. Create frame with label.
$LANG_RU$
	.    .
$SYNTAX$
	UIFrame([<caption>],[<type>])	--> UIFrame object
$ARGUMENTS$
	<caption>	- String. Label at top of the frame.
	<type>		- Number. Frame type.<itemizedlist mark="bullet"><listitem><command>FRAME_PLAIN</command> &mdash; no border</listitem><listitem><command>FRAME_SUNKEN</command> &mdash; all frame is sunken</listitem><listitem><command>FRAME_RAISED</command> &mdash; all frame is raised like a button</listitem><listitem><command>FRAME_IN</command> &mdash; only sunken border (default)</listitem><listitem><command>FRAME_OUT</command> &mdash; only raised border</listitem></itemizedlist>
$LANG_RU$
	<caption>	- .   .
	<type>		- .  .<itemizedlist mark="bullet"><listitem><command>FRAME_PLAIN</command> &mdash;  </listitem><listitem><command>FRAME_SUNKEN</command> &mdash;  </listitem><listitem><command>FRAME_RAISED</command> &mdash;   </listitem><listitem><command>FRAME_IN</command> &mdash;   (  )</listitem><listitem><command>FRAME_OUT</command> &mdash;  </listitem></itemizedlist>
$ENDMETHOD$

$METHODNAME$
	add()
$SUMMARY$
	Set placement widget inside frame.
$LANG_RU$
	   .
$SYNTAX$
	add(<grid>)
$ARGUMENTS$
	<grid>		- Placement object. Set placement widget inside frame. Possible classes for placement object: <link linkend="classuigrid">UIGrid</link>, <link linkend="classuihbox">UIHBox</link>, <link linkend="classuivbox">UIVBox</link>.
$LANG_RU$
	<grid>		-  .     .     : <link linkend="classuigrid">UIGrid</link>, <link linkend="classuihbox">UIHBox</link>, <link linkend="classuivbox">UIVBox</link>.
$ENDMETHOD$

$METHODNAME$
	setLabel()
$SUMMARY$
	Set frame label.
$LANG_RU$
	   .
$SYNTAX$
	setLabel(<label>)
$ARGUMENTS$
	<label>		- String. Label at top of the frame.
$LANG_RU$
	<label>		- .   .
$ENDMETHOD$

$METHODNAME$
	setType()
$SUMMARY$
	Set frame type.
$LANG_RU$
	  .
$SYNTAX$
	setType(<type>)
$ARGUMENTS$
	<type>		- Number. Frame type.<itemizedlist mark="bullet"><listitem><command>FRAME_PLAIN</command> &mdash; no border</listitem><listitem><command>FRAME_SUNKEN</command> &mdash; all frame is sunken</listitem><listitem><command>FRAME_RAISED</command> &mdash; all frame is raised like a button</listitem><listitem><command>FRAME_IN</command> &mdash; only sunken border (default)</listitem><listitem><command>FRAME_OUT</command> &mdash; only raised border</listitem></itemizedlist>
$LANG_RU$
	<type>		- .  .<itemizedlist mark="bullet"><listitem><command>FRAME_PLAIN</command> &mdash;  </listitem><listitem><command>FRAME_SUNKEN</command> &mdash;  </listitem><listitem><command>FRAME_RAISED</command> &mdash;   </listitem><listitem><command>FRAME_IN</command> &mdash;   (  )</listitem><listitem><command>FRAME_OUT</command> &mdash;  </listitem></itemizedlist>
$ENDMETHOD$

$EXAMPLES$
	box := UIVBox()
	frame := UIFrame("Section", FRAME_RAISED)
	frame:setGrid(box)

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