File: index.html

package info (click to toggle)
gnustep-tutorial 1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 772 kB
  • ctags: 194
  • sloc: makefile: 46; perl: 6
file content (94 lines) | stat: -rw-r--r-- 2,970 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 99.2beta6 (1.42)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>First Steps in GNUstep GUI Programming: NSApplication, NSMenu</TITLE>
<META NAME="description" CONTENT="First Steps in GNUstep GUI Programming: NSApplication, NSMenu">
<META NAME="keywords" CONTENT="FirstGUIApplication">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta6">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="FirstGUIApplication.css">

<LINK REL="next" HREF="node1.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<B> Next:</B> <A NAME="tex2html4"
  HREF="node1.html">The shared application object</A>
<B> Up:</B> <A NAME="tex2html2"
  HREF="../index.html">GNUstep Mini Tutorials</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H1 ALIGN="CENTER">First Steps in GNUstep GUI Programming: NSApplication, NSMenu</H1>
<P ALIGN="CENTER"><STRONG>Nicola Pero n.pero@mi.flashnet.it</STRONG></P>
<P ALIGN="CENTER"><STRONG>July 2000 AD</STRONG></P>

<P>
This tutorial will introduce you to using <TT>NSApplication</TT> and
<TT>NSMenu</TT>.  <I>Warning:</I> You need GNUstep core libraries 
version 0.6.6 or later to try out the examples.

<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"></A>

<UL>
<LI><A NAME="tex2html5"
  HREF="node1.html">The shared application object</A>
<UL>
<LI><A NAME="tex2html6"
  HREF="node2.html">Creating the shared NSApplication instance</A>
<LI><A NAME="tex2html7"
  HREF="node3.html">Setting a delegate for the shared NSApplication instance</A>
<LI><A NAME="tex2html8"
  HREF="node4.html">The run loop of your application</A>
<LI><A NAME="tex2html9"
  HREF="node5.html">Terminating your application</A>
</UL>
<LI><A NAME="tex2html10"
  HREF="node6.html">Setting your application's icon</A>
<LI><A NAME="tex2html11"
  HREF="node7.html">Menus</A>
<UL>
<LI><A NAME="tex2html12"
  HREF="node8.html">Creating a Menu</A>
<UL>
<LI><A NAME="tex2html13"
  HREF="node9.html">Action and Target</A>
</UL>
<LI><A NAME="tex2html14"
  HREF="node10.html">Setting the Application Menu</A>
<LI><A NAME="tex2html15"
  HREF="node11.html">Our First Application</A>
<LI><A NAME="tex2html16"
  HREF="node12.html">Fun with NSMenuItem's target</A>
<LI><A NAME="tex2html17"
  HREF="node13.html">Creating sub-menus</A>
<LI><A NAME="tex2html18"
  HREF="node14.html">Creating a standard info panel</A>
</UL>
<LI><A NAME="tex2html19"
  HREF="node15.html">About this document ...</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nicola Pero
2000-07-21
</ADDRESS>
</BODY>
</HTML>