MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / addText

Method addText

source/ui/controls/ImGuiLayout.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318std::shared_ptr<LayoutTextControl> LayoutSection::addText(Msg labelId, Msg helpId, BString text) {
319 std::shared_ptr<LayoutRow> row = this->addRow(labelId, helpId);
320 return row->addText(text);
321}
322
323std::shared_ptr<LayoutSeparatorControl> LayoutSection::addSeparator() {
324 std::shared_ptr<LayoutRow> row = this->addRow(Msg::NONE, Msg::NONE);

Callers 3

createAboutTabMethod · 0.80
createHelpInstallTabMethod · 0.80

Calls 3

addRowMethod · 0.95
setTextMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected