Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void Widget::setSize(uint width, uint height) noexcept
109
{
110
setSize(Size<uint>(width, height));
111
}
112
113
void Widget::setSize(const Size<uint>& size) noexcept
114
{
Callers
nothing calls this directly
Calls
3
setSize
Function · 0.50
onResize
Function · 0.50
repaint
Function · 0.50
Tested by
no test coverage detected