diff options
Diffstat (limited to 'Source/SPAlertSheets.h')
-rw-r--r-- | Source/SPAlertSheets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPAlertSheets.h b/Source/SPAlertSheets.h index 99e64e59..c92b635d 100644 --- a/Source/SPAlertSheets.h +++ b/Source/SPAlertSheets.h @@ -59,6 +59,12 @@ void SPBeginAlertSheet( void SPOnewayAlertSheet( NSString *title, + NSWindow *docWindow, + NSString *msg +); + +void SPOnewayAlertSheetWithStyle( + NSString *title, NSString *defaultButton, NSWindow *docWindow, NSString *msg, |