MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / ShowProgressBar

Method ShowProgressBar

src/gui/customstatusbar.cc:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void CustomStatusBar::ShowProgressBar()
83{
84 _progressBar->Show();
85 _stopButton->Show();
86}
87
88void CustomStatusBar::HideProgressBar()
89{

Callers 1

OnLogMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected