MCPcopy Create free account
hub / github.com/DISTRHO/DPF / getMargin

Method getMargin

dgl/src/SubWidget.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114Point<int> SubWidget::getMargin() const noexcept
115{
116 return pData->margin;
117}
118
119void SubWidget::setMargin(const int x, const int y) noexcept
120{

Calls

no outgoing calls

Tested by

no test coverage detected