source: x/lib/gtk+2.xml@ e8f6436

lazarus trunk
Last change on this file since e8f6436 was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 4 months ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 11.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a2912ff]7 <!ENTITY gtk2-download-http "&gnome-download-http;/gtk+/2.24/gtk+-&gtk2-version;.tar.xz">
[e1e58be]8 <!ENTITY gtk2-download-ftp " ">
[93f46ca]9 <!ENTITY gtk2-md5sum "0118e98dbe0e4dab90ce475f9f0e6c0c">
[1d615c21]10 <!ENTITY gtk2-size "12 MB">
[93f46ca]11 <!ENTITY gtk2-buildsize "285 MB">
12 <!ENTITY gtk2-time "0.9 SBU (using parallelism=4; add 0.1 SBU for tests)">
[feeb99a]13]>
14
[a2912ff]15<sect1 id="gtk2" xreflabel="GTK+-&gtk2-version;">
[39fbd200]16 <?dbhtml filename="gtk2.html" ?>
17
18
[a2912ff]19 <title>GTK+-&gtk2-version;</title>
[39fbd200]20
21 <indexterm zone="gtk2">
[d356833]22 <primary sortas="a-GTK+2">GTK+2</primary>
[39fbd200]23 </indexterm>
24
25 <sect2 role="package">
[a2912ff]26 <title>Introduction to GTK+ 2</title>
[39fbd200]27
[b04a049]28 <para>
[a2912ff]29 The <application>GTK+ 2</application> package contains
30 libraries used for creating graphical user interfaces
31 for applications.
[b04a049]32 </para>
[39fbd200]33
[e8b3f50]34 &lfs121_checked;
[a10f4a7]35
[39fbd200]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[b04a049]39 <para>
40 Download (HTTP): <ulink url="&gtk2-download-http;"/>
41 </para>
[39fbd200]42 </listitem>
43 <listitem>
[b04a049]44 <para>
45 Download (FTP): <ulink url="&gtk2-download-ftp;"/>
46 </para>
[39fbd200]47 </listitem>
48 <listitem>
[b04a049]49 <para>
50 Download MD5 sum: &gtk2-md5sum;
51 </para>
[39fbd200]52 </listitem>
53 <listitem>
[b04a049]54 <para>
55 Download size: &gtk2-size;
56 </para>
[39fbd200]57 </listitem>
58 <listitem>
[b04a049]59 <para>
60 Estimated disk space required: &gtk2-buildsize;
61 </para>
[39fbd200]62 </listitem>
63 <listitem>
[b04a049]64 <para>
65 Estimated build time: &gtk2-time;
66 </para>
[39fbd200]67 </listitem>
68 </itemizedlist>
69
[a2912ff]70 <bridgehead renderas="sect3">GTK+ 2 Dependencies</bridgehead>
[39fbd200]71
72 <bridgehead renderas="sect4">Required</bridgehead>
[b04a049]73 <para role="required">
[1ea1e02d]74 <xref linkend="at-spi2-core"/>,
[90d2c306]75 <xref linkend="gdk-pixbuf"/> and
76 <xref linkend="pango"/>
[b04a049]77 </para>
[39fbd200]78
[f6deaf77]79 <bridgehead renderas="sect4">Recommended</bridgehead>
[b04a049]80 <para role="recommended">
81 <xref linkend="hicolor-icon-theme"/>
82 </para>
[f6deaf77]83
[39fbd200]84 <bridgehead renderas="sect4">Optional</bridgehead>
[b04a049]85 <para role="optional">
86 <xref linkend="cups"/>,
87 <xref linkend="docbook-utils"/>,
[20ff9ce]88 <xref role="runtime" linkend="gnome-themes-extra"/> (runtime, for
89 Adwaita and HighContrast themes),
[c0bc0a9]90 &gobject-introspection; and
[a2912ff]91 <xref linkend="gtk-doc"/>
[b04a049]92 </para>
[39fbd200]93 </sect2>
94
95 <sect2 role="installation">
[a2912ff]96 <title>Installation of GTK+ 2</title>
[e08a501]97
[b04a049]98 <para>
[a2912ff]99 Install <application>GTK+ 2</application> by running the following
[b04a049]100 commands:
101 </para>
[e08a501]102
[6c6990c]103<screen><userinput>sed -e 's#l \(gtk-.*\).sgml#&amp; -o \1#' \
104 -i docs/{faq,tutorial}/Makefile.in &amp;&amp;
105
106./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
107
[39fbd200]108make</userinput></screen>
109
[b04a049]110 <para>
[93f46ca]111 To test the results, issue: <command>make -k check</command>. Note that you
[b04a049]112 must run the tests from a session with X Window Display capability (i.e.,
113 not a text-based terminal/console) as the tests attempt to open an X
114 window, and the tests can take an excessively long time. Using an X
[8558044]115 Window, the tests should take less than 0.1 SBU. One test,
[93f46ca]116 aliasfilescheck.sh, is known to fail.
[b04a049]117 </para>
[39fbd200]118
[b04a049]119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
[39fbd200]122
[c1f0df84]123<screen role="root"><userinput>make install</userinput></screen>
[39fbd200]124
[b04a049]125 <note>
126 <para>
127 If you installed the package on to your system using a
[6c13e98]128 <quote>DESTDIR</quote> method, an important file was not installed and
[2ffe965]129 must be copied and/or generated. Generate it using the following
130 command as the <systemitem class="username">root</systemitem> user:
[b04a049]131 </para>
[8013fbe3]132
[f7033437]133<screen role="root"><userinput>gtk-query-immodules-2.0 --update-cache</userinput></screen>
[b04a049]134 </note>
[f7033437]135
[39fbd200]136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
[b04a049]141 <para>
142 <command>sed -i 's#l \(gtk-.*\).sgml#&amp; -o \1#'
143 docs/{faq,tutorial}/Makefile.in</command>: If you have
144 <xref linkend="docbook-utils"/> installed (specifically, if configure
[601a838]145 finds <command>db2html</command>) then it will try to use it to rebuild
146 some of its HTML documentation and fail due to bugs in some of the
147 <filename>Makefile</filename>s. This <command>sed</command> fixes the
148 <filename>Makefile</filename>s.
[b04a049]149 </para>
[83349bf]150 <!-- This still seems to have problems with docbook-utils installed.
151 However, since it's already been tagged, I'll leave it alone. -->
[a8e34533]152<!--
[216791a]153 <para>
154 <command>sed -i -e 's#pltcheck.sh#$(NULL)#g' gtk/Makefile.in</command>:
[6c6990c]155 This <command>sed</command> disables one test known to fail.
[34fb49a7]156 Not necessary, if not running the tests.
[a8e34533]157 </para>-->
[216791a]158
[b04a049]159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="../../xincludes/gtk-doc-rebuild.xml"/>
[a2912ff]161
[bcef05b]162 </sect2>
163
164 <sect2 role="configuration">
[a2912ff]165 <title>Configuring GTK+ 2</title>
[bcef05b]166
167 <sect3 id="gtk2-config">
168 <title>Config Files</title>
[b04a049]169 <para>
[64cac4c]170 <filename>~/.gtkrc-2.0</filename>,
171 <filename>/etc/gtk-2.0/gtkrc</filename>, and
172 <filename>/usr/share/gtk-2.0/gtkrc</filename>
[b04a049]173 </para>
[f6deaf77]174
[bcef05b]175 <indexterm zone="gtk2 gtk2-config">
176 <primary sortas="e-AA.gtkrc-2.0">~/.gtkrc-2.0</primary>
177 </indexterm>
[f6deaf77]178
[bcef05b]179 <indexterm zone="gtk2 gtk2-config">
[64cac4c]180 <primary sortas="e-etc-gtk-2.0-gtkrc">/etc/gtk-2.0/gtkrc</primary>
181 </indexterm>
182
183 <indexterm zone="gtk2 gtk2-config">
184 <primary sortas="e-usr-share-gtk-2.0-gtkrc">/usr/share/gtk-2.0/gtkrc</primary>
[bcef05b]185 </indexterm>
186 </sect3>
[1b9e36e]187
[bcef05b]188 <sect3><title>Configuration Information</title>
189
[b04a049]190 <para>
[a2912ff]191 <application>GTK+ 2</application> themes change the way a
192 <application>GTK+ 2</application> application looks. A
193 <application>GTK+ 2</application> icon theme can be used to change the
[ebee860]194 icons that appear on the application's toolbar. If you have installed a
[20ff9ce]195 <application>GTK+ 2</application> theme (such as
196 <xref linkend="gnome-themes-extra"/> or
[519aed4]197 <xref linkend="gtk-engines"/>), or a
[080a144]198 <application>GTK+</application> icon theme (such as <xref
199 linkend="adwaita-icon-theme"/>) you can set your preferences in
[b04a049]200 <filename>~/.gtkrc-2.0</filename>:
201 </para>
[bcef05b]202
[05d91c4]203<screen><userinput>cat &gt; ~/.gtkrc-2.0 &lt;&lt; "EOF"
[51dfb3e]204<literal>include "/usr/share/themes/<replaceable>Glider</replaceable>/gtk-2.0/gtkrc"
205gtk-icon-theme-name = "<replaceable>hicolor</replaceable>"</literal>
[bcef05b]206EOF</userinput></screen>
207
[b04a049]208 <para>
209 There are many more themes available at
[87fc185]210 <ulink url="https://gnome-look.org/">Gnome-Look.org</ulink> and other
[b04a049]211 places.
212 </para>
[352d95c]213
[b04a049]214 <para>
215 Once you've settled on themes you like, you can (as the
216 <systemitem class="username">root</systemitem> user) make them the
217 default system wide:
218 </para>
[bcef05b]219
220<screen role="root"><userinput>cat &gt; /etc/gtk-2.0/gtkrc &lt;&lt; "EOF"
[51dfb3e]221<literal>include "/usr/share/themes/<replaceable>Clearlooks</replaceable>/gtk-2.0/gtkrc"
222gtk-icon-theme-name = "<replaceable>elementary</replaceable>"</literal>
[bcef05b]223EOF</userinput></screen>
224
[60de0e1]225<!--
[352d95c]226 <para>
[6988b80]227 <xref linkend="lxappearance"/> is a <application>GTK+ 2</application>
228 application that can help you choose the themes you like.
[b04a049]229 </para>
[60de0e1]230-->
[bcef05b]231 </sect3>
[39fbd200]232 </sect2>
233
234 <sect2 role="content">
235 <title>Contents</title>
236
237 <segmentedlist>
238 <segtitle>Installed Programs</segtitle>
239 <segtitle>Installed Libraries</segtitle>
240 <segtitle>Installed Directories</segtitle>
241
242 <seglistitem>
[b04a049]243 <seg>
[d8fe3e58]244 gtk-builder-convert, gtk-demo, gtk-query-immodules-2.0, and
[b04a049]245 gtk-update-icon-cache
246 </seg>
247 <seg>
[ca0d6adc]248 libgailutil.so, libgdk-x11-2.0.so, and libgtk-x11-2.0.so
[b04a049]249 </seg>
250 <seg>
[a2912ff]251 /etc/gtk-2.0,
[d8fe3e58]252 /usr/include/{gail-1.0,gtk-2.0,gtk-unix-print-2.0},
[a2912ff]253 /usr/lib/gtk-2.0,
[d8fe3e58]254 /usr/share/doc/gtk+-&gtk2-version;,
[ca0d6adc]255 /usr/share/gtk-2.0,
[d8fe3e58]256 /usr/share/gtk-doc/html/{gail-libgail-util,gdk2,gtk2}, and
257 /usr/share/themes/{Default,Emacs,Raleigh}
[b04a049]258 </seg>
[39fbd200]259 </seglistitem>
260 </segmentedlist>
261
262 <variablelist>
263 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
264 <?dbfo list-presentation="list"?>
265 <?dbhtml list-presentation="table"?>
266
[49f7d8b]267 <varlistentry id="gtk-builder-convert">
268 <term><command>gtk-builder-convert</command></term>
269 <listitem>
[b04a049]270 <para>
271 converts glade files into XML files which can be loaded with
[4c24eb0a]272 GtkBuilder
[b04a049]273 </para>
[49f7d8b]274 <indexterm zone="gtk2 gtk-builder-convert">
[4c24eb0a]275 <primary sortas="b-gtk-builder-convert">gtk-builder-convert</primary>
[49f7d8b]276 </indexterm>
277 </listitem>
278 </varlistentry>
279
280 <varlistentry id="gtk-demo">
281 <term><command>gtk-demo</command></term>
282 <listitem>
[b04a049]283 <para>
[a2912ff]284 demonstrates <application>GTK+ 2</application> functionality and
[4c24eb0a]285 provides code for the examples
[b04a049]286 </para>
[49f7d8b]287 <indexterm zone="gtk2 gtk-demo">
[4c24eb0a]288 <primary sortas="b-gtk-demo">gtk-demo</primary>
[49f7d8b]289 </indexterm>
290 </listitem>
291 </varlistentry>
292
[39fbd200]293 <varlistentry id="gtk-query-immodules-2.0">
294 <term><command>gtk-query-immodules-2.0</command></term>
295 <listitem>
[b04a049]296 <para>
297 collects information about loadable input method modules for
[4c24eb0a]298 <application>GTK+ 2</application> and writes it to standard output
[b04a049]299 </para>
[39fbd200]300 <indexterm zone="gtk2 gtk-query-immodules-2.0">
[4c24eb0a]301 <primary sortas="b-gtk-query-immodules-2.0">gtk-query-immodules-2.0</primary>
[39fbd200]302 </indexterm>
303 </listitem>
304 </varlistentry>
305
306 <varlistentry id="gtk-update-icon-cache">
307 <term><command>gtk-update-icon-cache</command></term>
308 <listitem>
[b04a049]309 <para>
[90b5e47]310 creates mmap()able cache files for icon themes. Starting with
311 <application>gtk+-2.24.24</application>, add the flag
312 <quote>--include-image-data</quote> to this command, if you wish
[4c24eb0a]313 previous behavior, with image data in the cache
[b04a049]314 </para>
[39fbd200]315 <indexterm zone="gtk2 gtk-update-icon-cache">
316 <primary sortas="b-gtk-update-icon-cache">gtk-update-icon-cache</primary>
317 </indexterm>
318 </listitem>
319 </varlistentry>
320
[c1f0df84]321 <varlistentry id="libgdk-x11-2">
322 <term><filename class="libraryfile">libgdk-x11-2.0.so</filename></term>
[39fbd200]323 <listitem>
[b04a049]324 <para>
[c1f0df84]325 contains functions that act as a wrapper around the low-level
326 drawing and windowing functions provided by the underlying graphics
[4c24eb0a]327 system
[b04a049]328 </para>
[c1f0df84]329 <indexterm zone="gtk2 libgdk-x11-2">
330 <primary sortas="c-libgdk-x11-2">libgdk-x11-2.0.so</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="libgtk-x11-2">
336 <term><filename class="libraryfile">libgtk-x11-2.0.so</filename></term>
337 <listitem>
338 <para>
339 contains functions that provide an API to implement graphical user
[4c24eb0a]340 interfaces
[c1f0df84]341 </para>
342 <indexterm zone="gtk2 libgtk-x11-2">
343 <primary sortas="c-libgtk-x11-2">libgtk-x11-2.0.so</primary>
[39fbd200]344 </indexterm>
345 </listitem>
346 </varlistentry>
[a2912ff]347
[39fbd200]348 </variablelist>
[a2912ff]349
[39fbd200]350 </sect2>
[a2912ff]351
[f45b1953]352</sect1>
Note: See TracBrowser for help on using the repository browser.