MCPcopy Create free account
hub / github.com/VCVRack/Rack / getPanel

Method getPanel

src/app/ModuleWidget.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76widget::Widget* ModuleWidget::getPanel() {
77 return internal->panel;
78}
79
80void ModuleWidget::setPanel(widget::Widget* panel) {
81 // Remove existing panel

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected