author: Purpose: This is the common interface to the splitPane widget. A splitpaneauthor: separates the screen into two parts divided by a movable slider.author:
Adds the first/upper form to the splitPane
Parameters: xForm - reference to a form
Adds the second/bottom form to the splitPane
Gets the slider size in pixel
slider size in pixel
Gets the width in percent for slider
percentage
Gets whether the pane splits vertical or horizontal
split mode HSPLIT - horizontal VSPLIT - vertical
Gets the width in percent for the first/upper form
Removes the second/bottom form to the splitPane
Sets the slider size in pixel
Sets the width in percent for slider
Parameters: xPercent - percentage of the slider
Sets whether the pane splits vertical or horizontal
Parameters: xSplit - HSPLIT - horizontal VSPLIT - vertical
Sets the width in percent for the first/upper form
Parameters: xPercent - percentage of the first form