Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setLabel
Method
setLabel
examples/FileHandling/NanoButton.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void Button::setLabel(const std::string& label2)
57
{
58
label = label2;
59
}
60
61
void Button::setLabelColor(const Color color)
62
{
Callers
1
setupButton
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected