logo

class

fwt::SashPane

sys::Obj
  fwt::Widget
    fwt::SashPane

SashPane lays out its children in a row or column with a sash control between each one to allow resizing.

Slots

orientation

const Orientation orientation := Orientation.horizontal

Horizontal or veritical configuration. Defaults to horizontal. Must be set at construction time.

Source

weights

Int[] weights

Relative weights of each child as percentages.

Source