Searched refs:button_sz (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1742 ImVec2 button_sz(40, 40); local in function:ShowDemoWindowLayout
1743 ImGui::Button("A", button_sz); ImGui::SameLine();
1744 ImGui::Dummy(button_sz); ImGui::SameLine();
1745 ImGui::Button("B", button_sz);
1755 ImGui::Button("Box", button_sz);
1757 float next_button_x2 = last_button_x2 + style.ItemSpacing.x + button_sz.x; // Expected position if next button was on same line

Completed in 9 milliseconds