igIndent function

void igIndent(
  1. double indent_w
)
void igIndent(
 float indent_w
);

Implementation

void igIndent(double indent_w) => _igIndent(indent_w);