MCPcopy Create free account
hub / github.com/antopilo/Nuake / ShowTitleBar

Method ShowTitleBar

Nuake/Source/Nuake/Window.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void Window::ShowTitleBar(bool visible)
355{
356 glfwWindowHint(GLFW_TITLEBAR, visible);
357}
358
359void Window::SetWindowIcon(const std::string& path)
360{

Callers 2

ApplicationMainFunction · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected