--- hatari/src/gui-osx/Shared.h 2019/04/09 08:54:09 1.1.1.7 +++ hatari/src/gui-osx/Shared.h 2019/04/09 08:55:21 1.1.1.8 @@ -59,4 +59,9 @@ void GuiOsx_Resume(void); - (NSString *)localpath:(NSString *)thepath ; // Full - (NSString *)pathUser:(NSString *)thepath ; // Partial if possible. +// Alert available 10.4 to 10.9 (styles: NSWarningAlertStyle, NSInformationalAlertStyle, NSCriticalAlertStyle) +// return: NSAlertDefaultReturn, NSAlertAlternateReturn, and NSAlertOtherReturn. +- (NSInteger)myAlerte:(NSUInteger)style Txt:(NSString *)Txt firstB:(NSString *)firstB alternateB:(NSString *)alternateB + otherB:(NSString *)otherB informativeTxt:(NSString *)informativeT ; + @end