Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
354
void Window::ShowTitleBar(bool visible)
355
{
356
glfwWindowHint(GLFW_TITLEBAR, visible);
357
}
358
359
void Window::SetWindowIcon(const std::string& path)
360
{
Callers
2
ApplicationMain
Function · 0.80
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected