Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ draw
Method
draw
src/app/TipWindow.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void draw(const DrawArgs& args) override {
190
bndMenuBackground(args.vg, 0.0, 0.0, box.size.x, box.size.y, 0);
191
Widget::draw(args);
192
}
193
};
194
195
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected