C4 Engine
C4 Engine API Documentation

TreeWidget::SetIndentSpacing

Defined in:  C4Widgets.h
Sets the subitem indent spacing.
Prototype

void SetIndentSpacing(float spacing);

Parameters
spacing The new indent spacing.
Description
The SetIndentSpacing function sets the horizontal distance by which subitems are intended relative to their parent items.
See Also

TreeWidget::GetIndentSpacing