SplitterFlags

enum SplitterFlags {
	SplitterRealtimeDrag,
	SplitterBottomBorder,
	SplitterRightBorder,
	SplitterBorders,
	SplitterNoSplitters,
};
Configuration flags that can be applied to splitter nodes to control diverse aspects of their appearance.

Defined in: SplitterLayout.h

Members

SplitterRealtimeDrag

Enable real time dragging: windows are moved as the splitter is dragged, providing immediate feedback to the user.

SplitterBottomBorder

Draw the bottom border of the splitter node.

SplitterRightBorder

Draw the right border of the splitter node.

SplitterBorders

Combination of SplitterBottomBorder and SplitterRightBorder.

SplitterNoSplitters

Do not provide draggable splitters. Simulates a grid layout.