mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 20:46:23 +00:00
NS{Application,Window}: define modal constants
Define constants and stubs related to modal sheets in GUI for increased compatibility.
This commit is contained in:
parent
5e8b278e93
commit
07d0f2002f
3 changed files with 30 additions and 0 deletions
|
@ -5653,6 +5653,11 @@ current key view.<br />
|
|||
return _attachedSheet;
|
||||
}
|
||||
|
||||
- (NSWindow *) sheetParent
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSWindow (Toolbar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue