github.com/secoba/wails/v2@v2.6.4/internal/frontend/desktop/darwin/WindowDelegate.h (about)

     1  //
     2  //  WindowDelegate.h
     3  //  test
     4  //
     5  //  Created by Lea Anthony on 10/10/21.
     6  //
     7  
     8  #ifndef WindowDelegate_h
     9  #define WindowDelegate_h
    10  
    11  #import "WailsContext.h"
    12  
    13  @interface WindowDelegate : NSObject <NSWindowDelegate>
    14  
    15  @property bool hideOnClose;
    16  
    17  @property (assign) WailsContext* ctx;
    18  
    19  - (void)windowDidExitFullScreen:(NSNotification *)notification;
    20  
    21  
    22  @end
    23  
    24  
    25  #endif /* WindowDelegate_h */