mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor.
This commit is contained in:
parent
2a1ba33263
commit
ab8561e6fc
2 changed files with 15 additions and 5 deletions
1
imgui.h
1
imgui.h
|
|
@ -145,6 +145,7 @@ namespace ImGui
|
|||
void SetTreeStateStorage(ImGuiStorage* tree);
|
||||
void PushItemWidth(float item_width);
|
||||
void PopItemWidth();
|
||||
float GetItemWidth();
|
||||
void PushAllowKeyboardFocus(bool v);
|
||||
void PopAllowKeyboardFocus();
|
||||
void PushStyleColor(ImGuiCol idx, ImVec4 col);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue