SplitterDrawingStyle

enum SplitterDrawingStyle {
	DrawTraditional,
	DrawFlat,
	DrawBorder,
};
Style used by the splitter node to draw the splitter bars.

Defined in: SplitterLayout.h

Members

DrawTraditional

Traditional splitters, with pronounced 3-D effect. Similar to the MFC splitters.

DrawFlat

Splitter bars with a flatter 3-D effect, similar to the VB or VJ environments.

DrawBorder

Splitter bars with no 3-D effect at all, drawn just as spaces separating the splitter cells.