Class UIHBOX

Name

UIHBOX  --  Class of horizontal placement panel.

Synopsis

 UIHBox([<o>],[<spacing>],[<padding>])	--> UIHBox object
 
 
 
 
 
 
 
 

Description

Class UIHBox

Attributes

<className> - Class name. Value should be "UIHBox".
<elem> - Widgets on the panel.

Methods

ADD Append widget to panel from right side.
ADDEND Append widget to panel from left side.
SETALIGNMENT Set alignment of widget on the panel.
SETEQUALSIZE Set equal cells size for any widget on the panel.
SETPADDING Set width of panel border.
SETSPACING Set space between widgets on the panel.
UIHBOX Constructor. Create horizontal placement panel.

Method UIHBOX:ADD()

 add(<o>,[<expand>],[<fill>],[<padding>])

Method UIHBOX:ADDEND()

 addEnd(<o>,[<expand>],[<fill>],[<padding>])

Method UIHBOX:SETALIGNMENT()

 setAlignment(<align>,<valign>)

Method UIHBOX:SETEQUALSIZE()

 setEqualSize(<isEqual>)

Method UIHBOX:SETPADDING()

 setPadding(<space>)

Method UIHBOX:SETSPACING()

 setSpacing(<space>)

Method UIHBOX:UIHBOX()

 UIHBox([<o>],[<spacing>],[<padding>])	--> UIHBox object

Example:

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

Platforms

No dependies of platform.