Searched refs:ButtonTextAlign (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.h | 1260 …ImVec2 ButtonTextAlign; // Alignment of button text when button is larger than tex… member
|
D | imgui.cpp | 1105 …ButtonTextAlign = ImVec2(0.5f,0.5f);// Alignment of button text when button is larger than… in ImGuiStyle() 5819 …{ ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, ButtonTextAlign) }, // ImGuiStyleVar_…
|
D | imgui_widgets.cpp | 576 …e.FramePadding, bb.Max - style.FramePadding, label, NULL, &label_size, style.ButtonTextAlign, &bb); in ButtonEx()
|