Add 'quit' and 'window-all-closed' events for app module.
This commit is contained in:
parent
66404b5f15
commit
9b75019898
10 changed files with 123 additions and 15 deletions
|
@ -10,7 +10,7 @@ namespace atom {
|
|||
class NativeWindow;
|
||||
|
||||
class WindowListObserver {
|
||||
public:
|
||||
public:
|
||||
// Called immediately after a window is added to the list.
|
||||
virtual void OnWindowAdded(NativeWindow* window) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue