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

Method setSize

dgl/src/Widget.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void Widget::setSize(uint width, uint height) noexcept
109{
110 setSize(Size<uint>(width, height));
111}
112
113void Widget::setSize(const Size<uint>& size) noexcept
114{

Callers

nothing calls this directly

Calls 3

setSizeFunction · 0.50
onResizeFunction · 0.50
repaintFunction · 0.50

Tested by

no test coverage detected