MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / m_drawColumnText

Method m_drawColumnText

ImGuiFileDialog.cpp:4268–4270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4266}
4267
4268void IGFD::FileDialog::m_drawColumnText(int /*vColIdx*/, const char* vFmt, const char* vLabel, bool /*vSelected*/, bool /*vHovered*/) {
4269 ImGui::Text(vFmt, vLabel);
4270}
4271
4272void IGFD::FileDialog::m_rightAlignText(const char* text, const char* maxWidthText) {
4273 const auto maxWidth = ImGui::CalcTextSize(maxWidthText).x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected