Tweaked checkbox/radio default hover color to be less distracting. Added GetItemWidth(). Added text filter to style editor.

This commit is contained in:
ocornut
2014-08-12 00:04:13 +01:00
parent 2a1ba33263
commit ab8561e6fc
2 changed files with 15 additions and 5 deletions

View File

@ -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);