mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:07:38 +00:00
Doc updates and minor fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5c5d7bb400
commit
783f69bbd6
9 changed files with 100 additions and 82 deletions
|
@ -879,13 +879,13 @@ selectCellWithString: (NSString*)title
|
|||
_allowsOtherFileTypes = flag;
|
||||
}
|
||||
|
||||
- (NSArray *) allowedFileTypes;
|
||||
- (NSArray *) allowedFileTypes
|
||||
{
|
||||
// FIXME
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (BOOL) allowsOtherFileTypes;
|
||||
- (BOOL) allowsOtherFileTypes
|
||||
{
|
||||
return _allowsOtherFileTypes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue