gui/interface/SplitBox.tcl


@interface SplitBox : Box {
  {
    top bottom left right
    separator bullet 
    orientation 
    split lastSplit
    highlightBackground
  }

  - split: fraction ;
  - split ;

  - orientation: horizontalOrVertical ;
  - orientation ;

  - top ;
  - bottom ;
  - left ;
  - right ;
}