MCPcopy 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
88void CustomStatusBar::HideProgressBar()
89{
90 _progressBar->Hide();
91 _stopButton->Hide();
92}
93
94void CustomStatusBar::SetProgress(int amount)
95{

Callers 1

OnLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected