Merge pull request #6768 from electron/felix-set-progress
Enable mode indication for setProgressBar
This commit is contained in:
commit
81244c2221
11 changed files with 72 additions and 20 deletions
|
@ -155,7 +155,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void SetIgnoreMouseEvents(bool ignore);
|
||||
void SetContentProtection(bool enable);
|
||||
void SetFocusable(bool focusable);
|
||||
void SetProgressBar(double progress);
|
||||
void SetProgressBar(double progress, mate::Arguments* args);
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description);
|
||||
bool SetThumbarButtons(mate::Arguments* args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue