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

Method setHelp

source/ui/controls/ImGuiLayout.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void LayoutRow::setHelp(Msg helpId) {
346 this->help = getTranslation(helpId, false);
347}
348
349std::shared_ptr<LayoutComboboxControl> LayoutRow::addComboBox(const std::vector<ComboboxItem>& options, int selected) {
350 std::shared_ptr<LayoutComboboxControl> control = std::make_shared<LayoutComboboxControl>(shared_from_this());

Callers 1

setHelpIdMethod · 0.80

Calls 1

getTranslationFunction · 0.85

Tested by

no test coverage detected