File: ggad.html

package info (click to toggle)
ebook-dev-ggad 199908-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,264 kB
  • ctags: 1,163
  • sloc: sh: 44; makefile: 35
file content (168 lines) | stat: -rw-r--r-- 4,914 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>
      GTK+ / Gnome Application Development
    </title>
    <meta name="GENERATOR" content=
    "Modular DocBook HTML Stylesheet Version 1.45">
    <link rel="NEXT" title="Overview" href="overview.html">
  </head>
  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink= 
  "#840084" alink="#0000FF">
    <div class="BOOK">
      <a name="GGAD"></a>
      <div class="TITLEPAGE">
        <h1 class="TITLE">
          <a name="AEN2">GTK+ / Gnome Application Development</a>
        </h1>
        <h3 class="AUTHOR">
          Havoc Pennington
        </h3>
        <div class="AFFILIATION">
          <span class="ORGNAME">Red Hat Advanced Development
          Labs<br>
          </span>
        </div>
        <p class="PUBLISHER">
          <span class="PUBLISHERNAME">New Riders Publishing<br>
          </span>
        </p>
         <span class="ISBN">0-7357-0078-8<br>
        </span>
        <hr>
      </div>
      <div class="TOC">
        <dl>
          <dt>
            <b>Table of Contents</b>
          </dt>
          <dt>
            I. <a href="overview.html">Overview</a>
          </dt>
          <dd>
            <dl>
              <dt>
                <a href="z2.html">Introduction</a>
              </dt>
              <dt>
                <a href="cha-glib.html">glib: Portability and
                Utility</a>
              </dt>
              <dt>
                <a href="cha-gtk.html">GTK+ Basics</a>
              </dt>
            </dl>
          </dd>
          <dt>
            II. <a href="build-app.html">Building a Gnome
            Application</a>
          </dt>
          <dd>
            <dl>
              <dt>
                <a href="cha-source.html">Creating Your Source
                Tree</a>
              </dt>
              <dt>
                <a href="cha-startup.html">Gnome Application
                Basics</a>
              </dt>
              <dt>
                <a href="cha-main.html">The Main Window: <tt class= 
                "CLASSNAME">GnomeApp</tt></a>
              </dt>
              <dt>
                <a href="cha-dialogs.html">User Communication:
                Dialogs</a>
              </dt>
              <dt>
                <a href="cha-checklist.html">Gnome Application
                Checklist</a>
              </dt>
            </dl>
          </dd>
          <dt>
            III. <a href="advanced.html">Advanced GTK+/Gnome
            Techniques</a>
          </dt>
          <dd>
            <dl>
              <dt>
                <a href="cha-objects.html">The GTK+ Object and Type
                System</a>
              </dt>
              <dt>
                <a href="cha-gdk.html">GDK Basics</a>
              </dt>
              <dt>
                <a href="cha-widget.html">Writing a <tt class= 
                "CLASSNAME">GtkWidget</tt></a>
              </dt>
              <dt>
                <a href="cha-canvas.html"><tt class="CLASSNAME">
                GnomeCanvas</tt></a>
              </dt>
              <dt>
                <a href="cha-canvasitem.html">Writing a <span
                class="STRUCTNAME">GnomeCanvasItem</span></a>
              </dt>
            </dl>
          </dd>
          <dt>
            IV. <a href="appendices.html">Appendices</a>
          </dt>
          <dd>
            <dl>
              <dt>
                <a href="hierarchy.html">GTK+/Gnome Object
                Hierarchy</a>
              </dt>
              <dt>
                <a href="headers.html">Table of Header Files</a>
              </dt>
              <dt>
                <a href="faqs.html">Frequently Asked Questions</a>
              </dt>
              <dt>
                <a href="online.html">Online Resources</a>
              </dt>
              <dt>
                <a href="listing.html">Code Listings</a>
              </dt>
            </dl>
          </dd>
        </dl>
      </div>
    </div>
    <div class="NAVFOOTER">
      <br>
      <br>
      <table width="100%" border="0" bgcolor="#ffffff" cellpadding= 
      "1" cellspacing="0">
        <tr>
          <td width="25%" bgcolor="#ffffff" align="left">
            &nbsp;
          </td>
          <td width="25%" colspan="2" bgcolor="#ffffff" align= 
          "center">
            <font color="#0000ff" size="2"><b>&nbsp;</b></font>
          </td>
          <td width="25%" bgcolor="#ffffff" align="right">
            <a href="overview.html"><font color="#0000ff" size="2">
            <b>Next &gt;&gt;&gt;</b></font></a>
          </td>
        </tr>
        <tr>
          <td colspan="2" align="left">
            &nbsp;
          </td>
          <td colspan="2" align="right">
            <font color="#000000" size="2"><b>Overview</b></font>
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>