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

Method setLabel

source/ui/controls/ImGuiLayout.h:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 int getRecommendedWidth() override;
177
178 void setLabel(BString label) { this->label = label; }
179 BString getLabel() { return this->label; }
180private:
181 BString label;

Callers 1

addButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected