Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ setResizable
Method
setResizable
dgl/src/Window.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void Window::setResizable(const bool resizable)
181
{
182
pData->setResizable(resizable);
183
}
184
185
int Window::getOffsetX() const noexcept
186
{
Callers
1
createAndShowExampleWidgetStandaloneWindow
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected