MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / TextDisabled

Function TextDisabled

Source/GUI/ImGuiBinding.cpp:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708void TextDisabled(String text) {
709 ImGui::PushStyleColor(ImGuiCol_Text, ImGui::GetStyle().Colors[ImGuiCol_TextDisabled]);
710 ImGui::TextUnformatted(text.begin(), text.end());
711 ImGui::PopStyleColor();
712}
713
714void TextWrapped(String text) {
715 ImGui::TextWrappedUnformatted(text.begin(), text.end());

Callers 11

imgui_text_disabledFunction · 0.85
MetricsHelpMarkerFunction · 0.85
DebugNodeDrawListMethod · 0.85
DebugNodeWindowMethod · 0.85
HelpMarkerFunction · 0.85
DemoWindowMenuBarFunction · 0.85
DemoWindowWidgetsTextFunction · 0.85
EditTableSizingFlagsFunction · 0.85
DisplayNodeMethod · 0.85
DrawMethod · 0.85
HelpMarkerFunction · 0.85

Calls 4

PopStyleColorFunction · 0.85
PushStyleColorFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected