User Tools

Site Tools


addons:functions:imgui.style

This is an old revision of the document!


ImGui Style Table

The ImGui Style table the current visual style of ImGui and the various properties that can alter it.


Accessing ImGui Style Table

Within an addon, you can access the ImGui Style table via 'imgui.style'.

local style = imgui.style;

ImGui Style Table Notes

Please note! The imgui.style table differs from the main imgui functions! Please be sure to read the following notes carefully!!

addons/functions/imgui.style.1466580227.txt.gz · Last modified: 2016/06/22 00:23 by atom0s