Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ puglSetWindowTitle
Function
puglSetWindowTitle
dgl/src/pugl-extra/haiku.cpp:254–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
PuglStatus
255
puglSetWindowTitle(PuglView* const view, const char* const title)
256
{
257
puglSetString(&view->title, title);
258
return PUGL_UNSUPPORTED;
259
}
260
261
PuglStatus
262
puglSetSizeHint(PuglView* const view,
Callers
1
puglRealize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected