MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / LeftLabel

Function LeftLabel

core/src/gui/style.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48namespace ImGui {
49 void LeftLabel(const char* text) {
50 float vpos = ImGui::GetCursorPosY();
51 ImGui::SetCursorPosY(vpos + GImGui->Style.FramePadding.y);
52 ImGui::Text(text);
53 ImGui::SameLine();
54 ImGui::SetCursorPosY(vpos);
55 }
56}

Callers 15

menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
menuHandlerMethod · 0.85
RSP2MenuMethod · 0.85
RSPduoMenuMethod · 0.85
RSPdxMenuMethod · 0.85
menuHandlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected