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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp134 ImGui::BeginTooltip();
462 ImGui::BeginTooltip();
737 ImGui::BeginTooltip();
2964 ImGui::BeginTooltip();
H A Dimgui.h529 IMGUI_API void BeginTooltip(); // begin/append a tooltip window. to create full-featured tooltip (with any kind of items).
721 ImGuiWindowFlags_Tooltip = 1 << 25, // Don't use! For internal use by BeginTooltip()
H A Dimgui.cpp6655 void ImGui::BeginTooltip() function in class:ImGui
6676 // Not exposed publicly as BeginTooltip() because bool parameters are evil. Let's see if other needs arise first.
6697 IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched BeginTooltip()/EndTooltip() calls
6705 BeginTooltip();
8570 // We unfortunately can't just modify the source flags and skip the call to BeginTooltip, as caller may be emitting contents.
8571 BeginTooltip();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h529 IMGUI_API void BeginTooltip(); // begin/append a tooltip window. to create full-featured tooltip (with any kind of items).
721 ImGuiWindowFlags_Tooltip = 1 << 25, // Don't use! For internal use by BeginTooltip()
H A Dimgui.cpp6655 void ImGui::BeginTooltip() function in class:ImGui
6676 // Not exposed publicly as BeginTooltip() because bool parameters are evil. Let's see if other needs arise first.
6697 IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched BeginTooltip()/EndTooltip() calls
6705 BeginTooltip();
8570 // We unfortunately can't just modify the source flags and skip the call to BeginTooltip, as caller may be emitting contents.
8571 BeginTooltip();

Completed in 72 milliseconds