From 9e0b343ab5851a2dc850f7aa9f48c34e82327454 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 23 Nov 2000 11:11:53 +0000 Subject: [PATCH] Updated git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8187 72102866-910b-0410-8b05-ffd578937521 --- Documentation/gsdoc/Introduction.html | 37 ++++++++++++++------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Documentation/gsdoc/Introduction.html b/Documentation/gsdoc/Introduction.html index a0f98c216..b505e5bb7 100644 --- a/Documentation/gsdoc/Introduction.html +++ b/Documentation/gsdoc/Introduction.html @@ -1,10 +1,12 @@ -Introduction to the AppKit + Introduction to the AppKit +[Up] +[Next]

Introduction to the AppKit

-

Authors

-
+

Authors

+
Nicola Pero
@@ -16,17 +18,17 @@
A short and simple introduction to the GNUstep GUI API.
-

Contents

+

Contents

-

Preface

+

Preface

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).

-

Basic Classes

-

NSView

+

Basic Classes

+

NSView

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.

-

NSCell

+

NSCell

- + 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.

-

NSControl

+

NSControl

NSControl is the class of objects representing a view @@ -97,4 +98,4 @@

- +