🔧 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
|
@ -104,7 +104,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description) override;
|
||||
void SetProgressBar(double value) override;
|
||||
void SetProgressBar(double value, const std::string& mode) override;
|
||||
void SetAutoHideMenuBar(bool auto_hide) override;
|
||||
bool IsMenuBarAutoHide() override;
|
||||
void SetMenuBarVisibility(bool visible) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue