Documentation

UI::PushStyleVar

Function

void UI::PushStyleVar(StyleVar var, float value)

Temporarily pushes a style change for the next widgets. You must call PopStyleVar() sometime after!

UI::StyleVar var

float value

void UI::PushStyleVar(StyleVar var, const vec2&in value)

Temporarily pushes a style change for the next widgets. You must call PopStyleVar() sometime after!

UI::StyleVar var

vec2 value