$CLASSNAME$
	UIButtonBar
$SUMMARY$
	Class UIButtonBar.
$LANG_RU$
	 UIButtonBar.
$ABOUT$
	Class for panel with buttons. Inherit properties and methods of class <link linkend="classuihbox">UIHBox</link>.
$LANG_RU$
	   .      <link linkend="classuihbox">UIHBox</link>.
$SYNTAX$
	UIButtonBar()	--> UIButtonBar object
$LANG_RU$
	UIButtonBar()	-->  UIButtonBar
$ATTRIBUTES$
	<className>	- Class name. Value should be "UIButtonBar".
$LANG_RU$
	<className>	-  . : "UIButtonBar".

$METHODNAME$
	UIButtonBar()
$SUMMARY$
	Condtructor.
$LANG_RU$
	.
$SYNTAX$
	UIButtonBar()
$ENDMETHOD$

$EXAMPLES$
	bb  := UIButtonBar()
	bb:add( UIButton(, "&Ok", {|o,e| ok_function() } ) )
	bb:add( UIButton(, "&Cancel", {|o,e| exit_function() } ) )
$LANG_RU$
	bb  := UIButtonBar()
	bb:add( UIButton(, "&Ok", {|o,e| ok_function() } ) )
	bb:add( UIButton(, "&", {|o,e| exit_function() } ) )

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