Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ hideToolBars
Method
hideToolBars
YACReader/main_window_viewer.cpp:1239–1244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1237
#endif
1238
}
1239
void MainWindowViewer::hideToolBars()
1240
{
1241
// hide all
1242
this->comicToolBar->hide();
1243
toolbars = false;
1244
}
1245
1246
void MainWindowViewer::showToolBars()
1247
{
Callers
nothing calls this directly
Calls
1
hide
Method · 0.80
Tested by
no test coverage detected