MCPcopy 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
264void Window::setHeight(const uint height)
265{
266 setSize(getWidth(), height);
267}
268
269void Window::setSize(uint width, uint height)
270{

Callers 11

setSizeMethod · 0.45
onResizeMethod · 0.45
onMouseFunction · 0.45
onMotionFunction · 0.45
onDisplayFunction · 0.45
onMouseFunction · 0.45
getKeyBoundsMethod · 0.45
onDisplayFunction · 0.45
onMouseFunction · 0.45
onMotionFunction · 0.45

Calls 2

setSizeFunction · 0.50
getWidthFunction · 0.50

Tested by

no test coverage detected