Class UISPLITTER

Name

UISPLITTER  --  Line with two panes arranged vertically or horizontally.

Synopsis

 UISplitter([<type>])	--> UISplitter object.
 
 obj:add   	:= @ui_addSplitPane()
 obj:addEnd   	:= @ui_addSplitPaneEnd()
 obj:setPosition := @ui_setSplitterPosition()
 
 
 
 

Description

Class UISplitter

Attributes

<className> - Class name. Value should be "UISplitter".
<first> - Container object. Top/left pane.
<second> - Container object. Bottom/right pane.

Methods

ADD Place panel to top/left from splitter.
ADDEND Place panel to bottom/right from splitter.
SETPOSITION Set splitter position.
UISPLITTER Constructor. Create splitter.

Method UISPLITTER:ADD()

 add(<obj>)

Method UISPLITTER:ADDEND()

 addEnd(<obj>)

Method UISPLITTER:SETPOSITION()

 setPosition(<pos>)

Method UISPLITTER:UISPLITTER()

 UISplitter([<type>])	--> UISplitter object.

Example:

 splitter := UISplitter(SPLITTER_HORIZONTAL)
 

Platforms

No dependies of platform.