mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:30:39 +00:00
* Headers/AppKit/NSWindow.h: Declaration for attachedSheet.
* Source/NSWindow.m: Added skeleton implementation of attachedSheet. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28b86a0bae
commit
7683c739eb
3 changed files with 14 additions and 0 deletions
|
@ -4978,6 +4978,12 @@ current key view.<br />
|
|||
// Should only be defined on MS Windows
|
||||
return (void *)(intptr_t)_windowNum;
|
||||
}
|
||||
|
||||
- (NSWindow *) attachedSheet
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue