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

Method getGeometryConstraints

dgl/src/Window.cpp:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490Size<uint> Window::getGeometryConstraints(bool& keepAspectRatio)
491{
492 keepAspectRatio = pData->keepAspectRatio;
493 return Size<uint>(pData->minWidth, pData->minHeight);
494}
495
496void Window::setGeometryConstraints(uint minimumWidth,
497 uint minimumHeight,

Callers 6

checkSizeConstraintFunction · 0.80
getGeometryConstraintsFunction · 0.80
getResizeHintsMethod · 0.80
adjustSizeMethod · 0.80
onMotionFunction · 0.80
onMotionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected