Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ HideProgressBar
Method
HideProgressBar
src/gui/customstatusbar.cc:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void CustomStatusBar::HideProgressBar()
89
{
90
_progressBar->Hide();
91
_stopButton->Hide();
92
}
93
94
void CustomStatusBar::SetProgress(int amount)
95
{
Callers
1
OnLogMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected