MCPcopy 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
254PuglStatus
255puglSetWindowTitle(PuglView* const view, const char* const title)
256{
257 puglSetString(&view->title, title);
258 return PUGL_UNSUPPORTED;
259}
260
261PuglStatus
262puglSetSizeHint(PuglView* const view,

Callers 1

puglRealizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected