Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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; }
180
private:
181
BString label;
Callers
1
addButton
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected