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

Method setResizable

dgl/src/WindowPrivateData.cpp:446–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444// -----------------------------------------------------------------------
445
446void Window::PrivateData::setResizable(const bool resizable)
447{
448 DISTRHO_SAFE_ASSERT_RETURN(! isEmbed,);
449
450 DGL_DBG("Window setResizable called\n");
451
452 puglSetResizable(view, resizable);
453}
454
455// --------------------------------------------------------------------------------------------------------------------
456

Callers

nothing calls this directly

Calls 1

puglSetResizableFunction · 0.85

Tested by

no test coverage detected