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:
Adam Fedor 2001-11-08 18:26:39 +00:00
parent 81915f4a3c
commit 04a3436aff
119 changed files with 4892 additions and 3621 deletions

View file

@ -2,8 +2,8 @@
<title>Introduction to the AppKit</title>
</head>
<body>
<a href ="Gui.html">[Up]</a>
<a href ="NSActionCell.html">[Next]</a>
<a href ="Gui.html">[Up] </a>
<a href ="NSActionCell.html">[Next] </a>
<h1>Introduction to the AppKit</h1>
<h3>Authors </h3>
<dl>
@ -20,12 +20,12 @@
</blockquote>
<h1>Contents </h1>
<ul>
<li><a href ="#cont-0">Preface</a>
<li><a href ="#cont-1">Basic Classes</a>
<li ><a href ="#cont-0">Preface</a>
<li ><a href ="#cont-1">Basic Classes</a>
<ul>
<li><a href ="#cont-2">NSView</a>
<li><a href ="#cont-3">NSCell</a>
<li><a href ="#cont-4">NSControl</a>
<li ><a href ="#cont-2">NSView</a>
<li ><a href ="#cont-3">NSCell</a>
<li ><a href ="#cont-4">NSControl</a>
</ul>
</ul>
<h2><a name ="cont-0">Preface</a></h2>