~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtk.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 11:15:05 UTC
  • mto: (72.1.1 lenny) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20070917111505-giz9c5xltxkb5y54
Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>Part&#160;I.&#160;GTK+ Overview</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="index.html" title="GTK+ Reference Manual">
9
9
<link rel="prev" href="index.html" title="GTK+ Reference Manual">
10
10
<link rel="next" href="gtk-building.html" title="Compiling the GTK+ libraries">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
14
14
<link rel="part" href="gtkbase.html" title="Part&#160;II.&#160;GTK+ Core Reference">
89
89
<col align="left" valign="top">
90
90
<tbody>
91
91
<tr>
92
 
<td><span class="term">GLib</span></td>
 
92
<td><p><span class="term">GLib</span></p></td>
93
93
<td><p>
94
94
A general-purpose utility library, not specific to graphical user interfaces.
95
95
GLib provides many useful data types, macros, type conversions,
97
97
</p></td>
98
98
</tr>
99
99
<tr>
100
 
<td><span class="term">Pango</span></td>
 
100
<td><p><span class="term">Pango</span></p></td>
101
101
<td><p>
102
102
Pango is a library for internationalized text handling. It centers
103
103
around the #PangoLayout object, representing a paragraph of text. 
106
106
</p></td>
107
107
</tr>
108
108
<tr>
109
 
<td><span class="term">ATK</span></td>
 
109
<td><p><span class="term">ATK</span></p></td>
110
110
<td><p>
111
111
ATK is the Accessibility Toolkit. It provides a set of generic
112
112
interfaces allowing accessibility technologies to interact with a
117
117
</p></td>
118
118
</tr>
119
119
<tr>
120
 
<td><span class="term">GdkPixbuf</span></td>
 
120
<td><p><span class="term">GdkPixbuf</span></p></td>
121
121
<td><p>
122
122
This is a small library which allows you to create #GdkPixbuf
123
123
("pixel buffer") objects from image data or image files. 
125
125
</p></td>
126
126
</tr>
127
127
<tr>
128
 
<td><span class="term">GDK</span></td>
 
128
<td><p><span class="term">GDK</span></p></td>
129
129
<td><p>
130
130
GDK is the abstraction layer that allows GTK+ to support multiple
131
131
windowing systems. GDK provides drawing and window system facilities
133
133
</p></td>
134
134
</tr>
135
135
<tr>
136
 
<td><span class="term">GTK+</span></td>
 
136
<td><p><span class="term">GTK+</span></p></td>
137
137
<td><p>
138
138
The GTK+ library itself contains <em class="firstterm">widgets</em>, 
139
139
that is, GUI components such as #GtkButton or #GtkTextView.
143
143
</table></div>
144
144
<p>
145
145
    </p>
 
146
<div class="toc">
 
147
<p><b>Table of Contents</b></p>
 
148
<dl>
 
149
<dt>
 
150
<span class="refentrytitle"><a href="gtk-building.html">Compiling the GTK+ libraries</a></span><span class="refpurpose"> &#8212; 
 
151
How to compile GTK+ itself
 
152
</span>
 
153
</dt>
 
154
<dt>
 
155
<span class="refentrytitle"><a href="gtk-compiling.html">Compiling GTK+ Applications</a></span><span class="refpurpose"> &#8212; 
 
156
How to compile your GTK+ application
 
157
</span>
 
158
</dt>
 
159
<dt>
 
160
<span class="refentrytitle"><a href="gtk-running.html">Running GTK+ Applications</a></span><span class="refpurpose"> &#8212; 
 
161
How to run and debug your GTK+ application
 
162
</span>
 
163
</dt>
 
164
<dt>
 
165
<span class="refentrytitle"><a href="gtk-x11.html">Using GTK+ on the X Window System</a></span><span class="refpurpose"> &#8212; 
 
166
X11 aspects of using GTK+
 
167
</span>
 
168
</dt>
 
169
<dt>
 
170
<span class="refentrytitle"><a href="gtk-windows.html">Using GTK+ on Windows</a></span><span class="refpurpose"> &#8212; 
 
171
Windows-specific aspects of using GTK+
 
172
</span>
 
173
</dt>
 
174
<dt>
 
175
<span class="refentrytitle"><a href="gtk-osx.html">Using GTK+ on Mac OS X</a></span><span class="refpurpose"> &#8212; 
 
176
OS X-specific aspects of using GTK+
 
177
</span>
 
178
</dt>
 
179
<dt>
 
180
<span class="refentrytitle"><a href="gtk-directfb.html">Using GTK+ on DirectFB</a></span><span class="refpurpose"> &#8212; 
 
181
DirectFB-specific aspects of using GTK+
 
182
</span>
 
183
</dt>
 
184
<dt>
 
185
<span class="refentrytitle"><a href="gtk-resources.html">Mailing lists and bug reports</a></span><span class="refpurpose"> &#8212; 
 
186
Getting help with GTK+
 
187
</span>
 
188
</dt>
 
189
<dt>
 
190
<span class="refentrytitle"><a href="gtk-question-index.html">Common Questions</a></span><span class="refpurpose"> &#8212; 
 
191
Find answers to common questions in the GTK+ manual
 
192
</span>
 
193
</dt>
 
194
</dl>
 
195
</div>
146
196
</div>
147
197
</div>
148
198
</body>