mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 23:40:48 +00:00
documentation cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fc21139a69
commit
45acf44de1
135 changed files with 810 additions and 402 deletions
|
@ -30,11 +30,13 @@
|
|||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; see the file COPYING.LIB.
|
||||
If not, write to the Free Software Foundation,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _GNUstep_H_NSOpenPanel
|
||||
#define _GNUstep_H_NSOpenPanel
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#include <AppKit/NSSavePanel.h>
|
||||
|
||||
|
@ -56,7 +58,7 @@
|
|||
file: (NSString *)name
|
||||
types: (NSArray *)fileTypes;
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
- (int) runModalForDirectory: (NSString *)path
|
||||
file: (NSString *)name
|
||||
types: (NSArray *)fileTypes
|
||||
|
@ -72,7 +74,7 @@
|
|||
|
||||
- (NSArray *) filenames;
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
- (NSArray *) URLs;
|
||||
#endif
|
||||
|
||||
|
@ -81,7 +83,7 @@
|
|||
- (BOOL) canChooseFiles;
|
||||
- (void) setCanChooseDirectories: (BOOL)flag;
|
||||
- (void) setCanChooseFiles: (BOOL)flag;
|
||||
#ifndef STRICT_OPENSTEP
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
- (void) setResolvesAliases: (BOOL)flag;
|
||||
- (BOOL) resolvesAliases;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue