Class UIVBOX

Name

UIVBOX  --  Class of vertical widget placement panel.

Synopsis

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

Description

Class UIVBox

Attributes

<className> - Class name. Value should be "UIVBox".
<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.
UIVBOX Constructor. Create vertical widget placement panel.

Method UIVBOX:ADD()

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

Method UIVBOX:ADDEND()

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

Method UIVBOX:SETALIGNMENT()

 setAlignment(<align>,<valign>)

Method UIVBOX:SETEQUALSIZE()

 setEqualSize(<isEqual>)

Method UIVBOX:SETPADDING()

 setPadding(<space>)

Method UIVBOX:SETSPACING()

 setSpacing(<space>)

Method UIVBOX:UIVBOX()

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

Example:

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

Platforms

No dependies of platform.