mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:10:37 +00:00
Put html files under cvs so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e7b4b666c
commit
6a9b414593
103 changed files with 21298 additions and 1 deletions
96
Documentation/gsdoc/NSOpenPanel.html
Normal file
96
Documentation/gsdoc/NSOpenPanel.html
Normal file
|
@ -0,0 +1,96 @@
|
|||
<html><head>
|
||||
<title>NSOpenPanel</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSMutableParaStyle.html">[Previous]</a>
|
||||
<a href="AppKit.html">[Up]</a>
|
||||
<a href="NSPICTImageRep.html">[Next]</a>
|
||||
<h1>NSOpenPanel</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: 0.1</p>
|
||||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSOpenPanel</a></h2>
|
||||
<h2><a name="NSOpenPanel">NSOpenPanel</a></h2>
|
||||
<p><b>Declared in:</b> AppKit/NSOpenPanel.h</p>
|
||||
<p><b>Inherits from:</b> NSSavePanel</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSOpenPanel.html#method-0">+openPanel</a>
|
||||
<li><a href="NSOpenPanel.html#method-10">-URLs</a>
|
||||
<li><a href="NSOpenPanel.html#method-1">-allowsMultipleSelection</a>
|
||||
<li><a href="NSOpenPanel.html#method-2">-canChooseDirectories</a>
|
||||
<li><a href="NSOpenPanel.html#method-3">-canChooseFiles</a>
|
||||
<li><a href="NSOpenPanel.html#method-4">-filenames</a>
|
||||
<li><a href="NSOpenPanel.html#method-5">-runModalForDirectory:file:types:</a>
|
||||
<li><a href="NSOpenPanel.html#method-6">-runModalForTypes:</a>
|
||||
<li><a href="NSOpenPanel.html#method-7">-setAllowsMultipleSelection:</a>
|
||||
<li><a href="NSOpenPanel.html#method-8">-setCanChooseDirectories:</a>
|
||||
<li><a href="NSOpenPanel.html#method-9">-setCanChooseFiles:</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">openPanel</a></h2>
|
||||
+ (NSOpenPanel*) <b>openPanel</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">allowsMultipleSelection</a></h2>
|
||||
- (BOOL) <b>allowsMultipleSelection</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">canChooseDirectories</a></h2>
|
||||
- (BOOL) <b>canChooseDirectories</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">canChooseFiles</a></h2>
|
||||
- (BOOL) <b>canChooseFiles</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">filenames</a></h2>
|
||||
- (NSArray*) <b>filenames</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">runModalForDirectory:file:types:</a></h2>
|
||||
- (int) <b>runModalForDirectory:</b> (NSString*)directory <b>file:</b> (NSString *)filename <b>types:</b> (NSArray*)fileTypes<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">runModalForTypes:</a></h2>
|
||||
- (int) <b>runModalForTypes:</b> (NSArray*)fileTypes<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-7">setAllowsMultipleSelection:</a></h2>
|
||||
- (void) <b>setAllowsMultipleSelection:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-8">setCanChooseDirectories:</a></h2>
|
||||
- (void) <b>setCanChooseDirectories:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-9">setCanChooseFiles:</a></h2>
|
||||
- (void) <b>setCanChooseFiles:</b> (BOOL)flag<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-10">URLs</a></h2>
|
||||
- (NSArray*) <b>URLs</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue