mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
iAdded window ordering code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4533 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
84c9e9edc0
commit
c2cf81db12
4 changed files with 42 additions and 9 deletions
|
@ -332,6 +332,13 @@ NSGraphicsContext *GSCurrentContext()
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) _orderWindow: (NSWindowOrderingMode)place
|
||||
relativeTo: (int)otherWin
|
||||
forWindow: (int)winNum
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSGraphicsContext (Private)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue