Searched refs:SmallButton (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 568 if (ImGui::SmallButton("button")) { }; 651 ImGui::Bullet(); ImGui::SmallButton("Button"); 1699 ImGui::SmallButton("Like this one"); ImGui::SameLine(); 1707 ImGui::SameLine(150); ImGui::SmallButton("x=150"); 1708 ImGui::SameLine(300); ImGui::SmallButton("x=300"); 1904 ImGui::SmallButton("TEST##2"); 1910 ImGui::SmallButton("Widget##2"); ImGui::SameLine(); 1919 ImGui::AlignTextToFramePadding(); // Vertically align text node a bit lower so it'll be vertically centered with upcoming widget. Otherwise you can use SmallButton (smaller fit). 2011 ImGui::SmallButton("<<"); if (ImGui::IsItemActive()) { scroll_x_delta = -ImGui::GetIO().DeltaTime * 1000.0f; } ImGui::SameLine(); 2013 ImGui::SmallButton(">>"); i [all...] |
| H A D | imgui.h | 387 IMGUI_API bool SmallButton(const char* label); // button with FramePadding=(0,0) to easily embed within text
|
| H A D | imgui.cpp | 9436 if (ImGui::SmallButton("<")) { TabBarQueueChangeTabOrder(tab_bar, tab, -1); } ImGui::SameLine(0, 2); 9437 if (ImGui::SmallButton(">")) { TabBarQueueChangeTabOrder(tab_bar, tab, +1); } ImGui::SameLine();
|
| H A D | imgui_widgets.cpp | 373 // - SmallButton() 592 bool ImGui::SmallButton(const char* label) function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 387 IMGUI_API bool SmallButton(const char* label); // button with FramePadding=(0,0) to easily embed within text
|
| H A D | imgui.cpp | 9436 if (ImGui::SmallButton("<")) { TabBarQueueChangeTabOrder(tab_bar, tab, -1); } ImGui::SameLine(0, 2); 9437 if (ImGui::SmallButton(">")) { TabBarQueueChangeTabOrder(tab_bar, tab, +1); } ImGui::SameLine();
|
| H A D | imgui_widgets.cpp | 373 // - SmallButton() 592 bool ImGui::SmallButton(const char* label) function in class:ImGui
|
Completed in 81 milliseconds