🔧 Enable mode indication for setProgressBar
This commit enables setting a mode for the setProgressBar method. Old behavior is kept intact, usage is entirely optional.
This commit is contained in:
parent
5eeadb0ad4
commit
73c91dae9e
11 changed files with 72 additions and 20 deletions
|
@ -83,7 +83,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
void SetParentWindow(NativeWindow* parent) override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
gfx::AcceleratedWidget GetAcceleratedWidget() override;
|
||||
void SetProgressBar(double progress) override;
|
||||
void SetProgressBar(double progress, const std::string& mode) override;
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue