Searched refs:ColorButtonPosition (Results 1 – 5 of 5) sorted by relevance
1796 …ImGuiDir ColorButtonPosition; // Side of the color button in the ColorEdit4 widget (left… member
4876 const float inputs_offset_x = (style.ColorButtonPosition == ImGuiDir_Left) ? w_button : 0.0f; in ColorEdit4()4952 …utton_offset_x = ((flags & ImGuiColorEditFlags_NoInputs) || (style.ColorButtonPosition == ImGuiDir… in ColorEdit4()
5935 ImGui::Combo("ColorButtonPosition", (int*)&style.ColorButtonPosition, "Left\0Right\0");
1026 …ColorButtonPosition = ImGuiDir_Right; // Side of the color button in the ColorEdit4 widget (… in ImGuiStyle()
1304 - Style: Added style.ColorButtonPosition (left/right, defaults to ImGuiDir_Right) to move the color…