🍎 Add Show to API for OS X
This commit is contained in:
parent
6a643ec3c8
commit
f9efdc4435
4 changed files with 12 additions and 0 deletions
|
@ -80,6 +80,9 @@ class Browser : public WindowListObserver {
|
|||
// Hide the application.
|
||||
void Hide();
|
||||
|
||||
// Show the application.
|
||||
void Show();
|
||||
|
||||
// Bounce the dock icon.
|
||||
enum BounceType {
|
||||
BOUNCE_CRITICAL = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue