mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:40:37 +00:00
Various tidying up of DPS window operations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
263f5b5598
commit
5dcbe92051
4 changed files with 5 additions and 29 deletions
|
@ -334,22 +334,6 @@ NSGraphicsContext *GSCurrentContext()
|
|||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/*
|
||||
* Misc window management support.
|
||||
*/
|
||||
- (BOOL) _setFrame: (NSRect)frameRect forWindow: (int)winNum
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
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