mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-04 11:40:42 +00:00
Simple printint implementation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11341 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81915f4a3c
commit
04a3436aff
119 changed files with 4892 additions and 3621 deletions
|
@ -2,9 +2,9 @@
|
|||
<title>NSFileWrapper</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSEvent.html">[Previous]</a>
|
||||
<a href ="Gui.html">[Up]</a>
|
||||
<a href ="NSFont.html">[Next]</a>
|
||||
<a href ="NSEvent.html">[Previous] </a>
|
||||
<a href ="Gui.html">[Up] </a>
|
||||
<a href ="NSFont.html">[Next] </a>
|
||||
<h1>NSFileWrapper</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -27,35 +27,35 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSFileWrapper.html#method-0">-addFileWithPath:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-1">-addFileWrapper:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-2">-addRegularFileWithContents:preferredFilename:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-3">-addSymbolicLinkWithDestination:preferredFilename:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-4">-fileAttributes</a>
|
||||
<li><a href ="NSFileWrapper.html#method-6">-fileWrappers</a>
|
||||
<li><a href ="NSFileWrapper.html#method-5">-filename</a>
|
||||
<li><a href ="NSFileWrapper.html#method-7">-icon</a>
|
||||
<li><a href ="NSFileWrapper.html#method-8">-initDirectoryWithFileWrappers:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-9">-initRegularFileWithContents:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-10">-initSymbolicLinkWithDestination:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-11">-initWithPath:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-12">-initWithSerializedRepresentation:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-13">-isDirectory</a>
|
||||
<li><a href ="NSFileWrapper.html#method-14">-isRegularFile</a>
|
||||
<li><a href ="NSFileWrapper.html#method-15">-isSymbolicLink</a>
|
||||
<li><a href ="NSFileWrapper.html#method-16">-keyForFileWrapper:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-17">-needsToBeUpdatedFromPath:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-18">-preferredFilename</a>
|
||||
<li><a href ="NSFileWrapper.html#method-19">-regularFileContents</a>
|
||||
<li><a href ="NSFileWrapper.html#method-20">-removeFileWrapper:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-21">-serializedRepresentation</a>
|
||||
<li><a href ="NSFileWrapper.html#method-22">-setFileAttributes:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-23">-setFilename:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-24">-setIcon:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-25">-setPreferredFilename:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-26">-symbolicLinkDestination</a>
|
||||
<li><a href ="NSFileWrapper.html#method-27">-updateFromPath:</a>
|
||||
<li><a href ="NSFileWrapper.html#method-28">-writeToFile:atomically:updateFilenames:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-0">-addFileWithPath:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-1">-addFileWrapper:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-2">-addRegularFileWithContents:preferredFilename:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-3">-addSymbolicLinkWithDestination:preferredFilename:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-4">-fileAttributes</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-6">-fileWrappers</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-5">-filename</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-7">-icon</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-8">-initDirectoryWithFileWrappers:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-9">-initRegularFileWithContents:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-10">-initSymbolicLinkWithDestination:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-11">-initWithPath:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-12">-initWithSerializedRepresentation:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-13">-isDirectory</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-14">-isRegularFile</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-15">-isSymbolicLink</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-16">-keyForFileWrapper:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-17">-needsToBeUpdatedFromPath:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-18">-preferredFilename</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-19">-regularFileContents</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-20">-removeFileWrapper:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-21">-serializedRepresentation</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-22">-setFileAttributes:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-23">-setFilename:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-24">-setIcon:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-25">-setPreferredFilename:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-26">-symbolicLinkDestination</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-27">-updateFromPath:</a>
|
||||
<li ><a href ="NSFileWrapper.html#method-28">-writeToFile:atomically:updateFilenames:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-0">addFileWithPath:</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue