mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:00:47 +00:00
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:
parent
2e58ecd05e
commit
9c36a184cc
5 changed files with 276 additions and 118 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue