mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:50:37 +00:00
Added new MacOSX methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15105 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4130929991
commit
acd4047389
5 changed files with 105 additions and 50 deletions
|
@ -46,6 +46,8 @@
|
|||
#include <AppKit/NSApplication.h>
|
||||
#include <AppKit/NSBrowser.h>
|
||||
#include <AppKit/NSBrowserCell.h>
|
||||
#include <AppKit/NSButton.h>
|
||||
#include <AppKit/NSForm.h>
|
||||
#include <AppKit/NSMatrix.h>
|
||||
#include <AppKit/NSOpenPanel.h>
|
||||
|
||||
|
@ -537,6 +539,17 @@ static NSOpenPanel *_gs_gui_open_panel = nil;
|
|||
[self close];
|
||||
}
|
||||
|
||||
- (BOOL) resolvesAliases
|
||||
{
|
||||
// FIXME
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void) setResolvesAliases: (BOOL) flag
|
||||
{
|
||||
// FIXME
|
||||
}
|
||||
|
||||
/*
|
||||
* NSCoding protocol
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue