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

Method setTitle

dgl/src/Window.cpp:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void Window::setTitle(const char* const title)
347{
348 if (pData->view != nullptr)
349 puglSetViewString(pData->view, PUGL_WINDOW_TITLE, title);
350}
351
352bool Window::isIgnoringKeyRepeat() const noexcept
353{

Callers 2

setWindowTitleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected