mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 20:31:56 +00:00
* Headers/AppKit/NSAlert.h,
* Headers/AppKit/NSWindow.h: Remove usage of GNUSTEP define. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37659 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f8b4c6a89
commit
8da7d12a08
3 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-01-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Headers/AppKit/NSAlert.h,
|
||||||
|
* Headers/AppKit/NSWindow.h: Remove usage of GNUSTEP define.
|
||||||
|
|
||||||
2014-01-26 Fred Kiefer <FredKiefer@gmx.de>
|
2014-01-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/AppKit/NSCell.h
|
* Headers/AppKit/NSCell.h
|
||||||
|
|
|
@ -112,8 +112,14 @@ enum {
|
||||||
* Implemented by the delegate
|
* Implemented by the delegate
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef GNUSTEP
|
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||||
|
@protocol NSAlertDelegate <NSObject>
|
||||||
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL
|
||||||
|
@optional
|
||||||
|
#else
|
||||||
|
@end
|
||||||
@interface NSObject (NSAlertDelegate)
|
@interface NSObject (NSAlertDelegate)
|
||||||
|
#endif
|
||||||
- (BOOL) alertShowHelp: (NSAlert *)alert;
|
- (BOOL) alertShowHelp: (NSAlert *)alert;
|
||||||
@end
|
@end
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -824,8 +824,7 @@ PACKAGE_SCOPE
|
||||||
* Implemented by the delegate
|
* Implemented by the delegate
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef GNUSTEP
|
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||||
|
|
||||||
@protocol NSWindowDelegate <NSObject>
|
@protocol NSWindowDelegate <NSObject>
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL
|
||||||
@optional
|
@optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue