Add app.focus API.
This commit is contained in:
parent
4133fc28d9
commit
9ea1f9956e
4 changed files with 18 additions and 0 deletions
|
@ -27,6 +27,9 @@ class Browser : public WindowListObserver {
|
|||
// Quit the application immediately without cleanup work.
|
||||
void Terminate();
|
||||
|
||||
// Focus the application.
|
||||
void Focus();
|
||||
|
||||
// Tell the application to open a file.
|
||||
bool OpenFile(const std::string& file_path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue