igUnindent function

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

Implementation

void igUnindent(double indent_w) => _igUnindent(indent_w);