$CLASSNAME$
	UIHBox
$SUMMARY$
	Class UIHBox
$LANG_RU$
	 UIHBox
$ABOUT$
	Class of horizontal placement panel.
$LANG_RU$
	    .
$SYNTAX$
	UIHBox([<o>],[<spacing>],[<padding>])	--> UIHBox object
$LANG_RU$
	UIHBox([<o>],[<spacing>],[<padding>])	-->  UIHBox
$ATTRIBUTES$
	<className>	- Class name. Value should be "UIHBox".
	<elem>		- Widgets on the panel.
$LANG_RU$
	<className>	-  . : "UIHBox".
	<elem>		-    .

$METHODNAME$
	UIHBox()
$SUMMARY$
	Constructor. Create horizontal placement panel.
$LANG_RU$
	.     .
$SYNTAX$
	UIHBox([<o>],[<spacing>],[<padding>])	--> UIHBox object
$ARGUMENTS$
       <o>		- Widget object. Widget in which panel is inserted.
       <spacing> 	- Number. Space between cells on panel in pixels.
       <padding>	- Number. Space between widget and cell border on panel in pixels.
$LANG_RU$
       <o>		-  . ,    .
       <spacing> 	- .       .
       <padding>	- .         .
$ENDMETHOD$

$METHODNAME$
	add()
$SUMMARY$
	Append widget to panel from right side.
$LANG_RU$
	    .
$SYNTAX$
	add(<o>,[<expand>],[<fill>],[<padding>])
$ARGUMENTS$
	<o>		- Widget object. Widget inserted on the panel.
	<expand>	- Boolean. Possibility of expand widget horizontally on window size changed.
	<fill>   	- Boolean. Ability of fill by widget all free space on panel.
	<padding>	- Number. Space between widget and cell border in pixels.
$LANG_RU$
	<o>		-  . ,   .
	<expand>	-  .         .
	<fill>   	-  .      .
	<padding>	- .          .
$ENDMETHOD$

$METHODNAME$
	addEnd()
$SUMMARY$
	Append widget to panel from left side.
$LANG_RU$
	    .
$SYNTAX$
	addEnd(<o>,[<expand>],[<fill>],[<padding>])
$ARGUMENTS$
	<o>		- Widget object. Widget inserted on the panel.
	<expand>	- Boolean. Possibility of expand widget horizontally on window size changed.
	<fill>   	- Boolean. Ability of fill by widget all free space on panel.
	<padding>	- Number. Space between widget and cell border in pixels.
$LANG_RU$
	<o>		-  . ,   .
	<expand>	-  .         .
	<fill>   	-  .      .
	<padding>	- .          .
$ENDMETHOD$

$METHODNAME$
	setSpacing()
$SUMMARY$
	Set space between widgets on the panel.
$LANG_RU$
	     .
$SYNTAX$
	setSpacing(<space>)
$ARGUMENTS$
	<space>		- Number. Space between widgets on the panel in pixels.
$LANG_RU$
	<space>		- .       .
$ENDMETHOD$

$METHODNAME$
	setPadding()
$SUMMARY$
	Set width of panel border.
$LANG_RU$
	   .
$SYNTAX$
	setPadding(<space>)
$ARGUMENTS$
	<space>		- Number. Width of panel border.
$LANG_RU$
	<space>		- .     .
$ENDMETHOD$

$METHODNAME$
	setAlignment()
$SUMMARY$
	Set alignment of widget on the panel.
$LANG_RU$
	    .
$SYNTAX$
	setAlignment(<align>,<valign>)
$ARGUMENTS$
	<align>		- Number. Horizontal alignment of widget. Possible values: <itemizedlist mark="bullet"><listitem><command>ALIGN_LEFT</command> &mdash; aligns with the left edge 
	(default)</listitem><listitem><command>ALIGN_CENTER</command> &mdash; centers 
	horizontally</listitem><listitem><command>ALIGN_RIGHT</command> &mdash; aligns with the right 
	edge</listitem></itemizedlist>
	<valign>	- Number. Vertical alignment of widget. Possible values: <itemizedlist mark="bullet"><listitem><command>ALIGN_TOP</command> &mdash; aligns with the top 
	(default)</listitem><listitem><command>ALIGN_MIDDLE</command> &mdash; centers 
	vertically</listitem><listitem><command>ALIGN_BOTTOM</command> &mdash; aligns with the 
	bottom</listitem></itemizedlist>
$LANG_RU$
	<align>		- .   . : <itemizedlist mark="bullet"><listitem><command>ALIGN_LEFT</command> &mdash;     ( 
	 )</listitem><listitem><command>ALIGN_CENTER</command> &mdash;   
	</listitem><listitem><command>ALIGN_RIGHT</command> &mdash;    
	</listitem></itemizedlist>
	<valign>	- .   . : <itemizedlist mark="bullet"><listitem><command>ALIGN_TOP</command> &mdash;     
	(  )</listitem><listitem><command>ALIGN_MIDDLE</command> &mdash;   
	</listitem><listitem><command>ALIGN_BOTTOM</command> &mdash;    
	</listitem></itemizedlist>
$ENDMETHOD$

$METHODNAME$
	setEqualSize()
$SUMMARY$
	Set equal cells size for any widget on the panel.
$LANG_RU$
	        .
$SYNTAX$
	setEqualSize(<isEqual>)
$ARGUMENTS$
	<isEqual>		- Boolean. Flag for equal size of cells on the panel.
$LANG_RU$
	<isEqual>		-  .        .
$ENDMETHOD$


$EXAMPLES$
	box  := UIHBox()
	box:add( UILabel( "Label" ) )

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