git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Cocoa/GBWarningPopover.h

      1 #import <Cocoa/Cocoa.h>
      2 
      3 @interface GBWarningPopover : NSPopover
      4 
      5 + (GBWarningPopover *) popoverWithContents:(NSString *)contents onView:(NSView *)view;
      6 + (GBWarningPopover *) popoverWithContents:(NSString *)contents onWindow:(NSWindow *)window;
      7 + (GBWarningPopover *) popoverWithContents:(NSString *)contents title:(NSString *)title onView:(NSView *)view timeout:(double)seconds preferredEdge:(NSRectEdge)preferredEdge;
      8 
      9 @end

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.