Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setHeight
Method
setHeight
dgl/src/Window.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
void Window::setHeight(const uint height)
265
{
266
setSize(getWidth(), height);
267
}
268
269
void Window::setSize(uint width, uint height)
270
{
Callers
11
setSize
Method · 0.45
onResize
Method · 0.45
ExampleRectanglesWidget.hpp
File · 0.45
onMouse
Function · 0.45
onMotion
Function · 0.45
onDisplay
Function · 0.45
onMouse
Function · 0.45
getKeyBounds
Method · 0.45
onDisplay
Function · 0.45
onMouse
Function · 0.45
onMotion
Function · 0.45
Calls
2
setSize
Function · 0.50
getWidth
Function · 0.50
Tested by
no test coverage detected