ControlBox

Intro

The ControlBox is a general sizer managed container class that greatly simplifies the creation and layout of a window. This class is used for nearly all sub panels inside of Editra's main window. The class manages up to two ControlBars and one main window area. The ControlBar class is also exported by this module and provides a toolbar like class for holding controls. ControlBar's can be placed at the top and or bottom of the main window area.

ControlBox

The ControlBox is a sizer based managed layout container class. It supports having up to two ControlBar like objects in either a top or bottom orientation, in addition to the main content area.

ControlBar

The ControlBar is a simple narrow toolbar like class that supports a sizer based layout for any arbitrary controls.

SegmentBar

The SegmentBar is a bar that contains button like controls. Where only one segment in the control can be selected at one time. Segments can optionally have dividers between them and a close button on either the top left or top right area of the Segment to allow it to be removed from the bar.