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

Method addSeparator

source/ui/controls/ImGuiLayout.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323std::shared_ptr<LayoutSeparatorControl> LayoutSection::addSeparator() {
324 std::shared_ptr<LayoutRow> row = this->addRow(Msg::NONE, Msg::NONE);
325 return row->addSeparator();
326}
327
328std::shared_ptr<LayoutButtonControl> LayoutSection::addButton(Msg labelId, Msg helpId, BString buttonLabel) {
329 std::shared_ptr<LayoutRow> row = this->addRow(labelId, helpId);

Callers 3

ContainersViewMethod · 0.80
createInstallTabMethod · 0.80
createGeneralTabMethod · 0.80

Calls 2

addRowMethod · 0.95
push_backMethod · 0.45

Tested by

no test coverage detected