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

Method isResizable

distrho/src/DistrhoUI.cpp:366–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 * Host state */
365
366bool UI::isResizable() const noexcept
367{
368 #if DISTRHO_UI_USER_RESIZABLE
369 return uiData->window->isResizable();
370 #else
371 return false;
372 #endif
373}
374
375uint UI::getBackgroundColor() const noexcept
376{

Callers 5

canResizeFunction · 0.45
isResizableFunction · 0.45
canResizeMethod · 0.45
getResizeHintsMethod · 0.45
adjustSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected