git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-11-23 11:11:53 +00:00
parent 72cdf54589
commit f2b3567a8e

View file

@ -1,10 +1,12 @@
<html><head>
<title>Introduction to the AppKit</title>
<title>Introduction to the AppKit</title>
</head>
<body>
<a href ="Gui.html">[Up]</a>
<a href ="NSActionCell.html">[Next]</a>
<h1>Introduction to the AppKit</h1>
<h3>Authors</h3>
<dl>
<h3>Authors </h3>
<dl>
<dt>Nicola Pero
<dd>
@ -16,17 +18,17 @@
<blockquote>
A short and simple introduction to the GNUstep GUI API.
</blockquote>
<h1>Contents</h1>
<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>
<h2><a name ="cont-0">Preface</a></h2>
<p>
This is a simple introduction to the GNUstep GUI library
@ -39,11 +41,10 @@
I am very interested in comments regarding this text,
particularly from people who are new to the OPENSTEP
AppKit API. Send comments and/or suggestions to
[Nicola Pero, n.pero@mi.flashnet.it].
Nicola Pero (n.pero@mi.flashnet.it).
</p>
<h2><a name="cont-1">Basic Classes</a></h2>
<h3><a name="cont-2">NSView</a></h3>
<h2><a name ="cont-1">Basic Classes</a></h2>
<h3><a name ="cont-2">NSView</a></h3>
<p>
NSView is the class of objects representing a
@ -61,9 +62,9 @@
This gives rise to what is called the "view tree" of the
window.
</p>
<h3><a name="cont-3">NSCell</a></h3>
<h3><a name ="cont-3">NSCell</a></h3>
<p>
NSCell is the class of objects representing a single
amount of displayable data. For example, a cell could
represent a number, or a string, or an image. Cells
@ -73,7 +74,7 @@
user interact directly (eg editing the data) with the
data in a view.
</p>
<h3><a name="cont-4">NSControl</a></h3>
<h3><a name ="cont-4">NSControl</a></h3>
<p>
NSControl is the class of objects representing a view
@ -97,4 +98,4 @@
</p>
</body>
</html>
</html>