New MacOS 10.4 methods for NSView plus some clean up and corrections.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-03-06 16:11:45 +00:00
parent 2e58ecd05e
commit 9c36a184cc
5 changed files with 276 additions and 118 deletions

View file

@ -444,6 +444,10 @@ APPKIT_EXPORT NSSize NSTokenSize;
- (void) setBackingType: (NSBackingStoreType)type;
- (BOOL) isOneShot;
- (void) setOneShot: (BOOL)flag;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
- (NSGraphicsContext*) graphicsContext;
#endif
/*
* Screens and window depths