Changeset ebee860 for x/lib/gtk+3.xml


Ignore:
Timestamp:
05/02/2012 03:12:08 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79cd5b6
Parents:
b75ede9
Message:

Made the punctuation/capitalisation a little more consistent across the Gtk 2 and Gtk 3 pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10059 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+3.xml

    rb75ede9 rebee860  
    2323  </sect1info>
    2424
    25   <title>GTK+-&gtk3-version;</title>
     25  <title>Gtk+-&gtk3-version;</title>
    2626
    2727  <indexterm zone="gtk3">
     
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to Gtk 3</title>
    33 
    34     <para>
    35       The <application>Gtk 3</application> package contains
    36       <application>Gtk 3</application> libraries. These are used for creating
     32    <title>Introduction to Gtk+ 3</title>
     33
     34    <para>
     35      The <application>Gtk+ 3</application> package contains
     36      <application>Gtk+ 3</application> libraries. These are used for creating
    3737      graphical user interfaces for applications.
    3838    </para>
     
    7474    </itemizedlist>
    7575
    76     <bridgehead renderas="sect3">Gtk 3 Dependencies</bridgehead>
     76    <bridgehead renderas="sect3">Gtk+ 3 Dependencies</bridgehead>
    7777
    7878    <bridgehead renderas="sect4">Required</bridgehead>
     
    102102
    103103  <sect2 role="installation">
    104     <title>Installation of Gtk 3</title>
    105 
    106     <para>
    107       Install <application>Gtk 3</application> by running the following
     104    <title>Installation of Gtk+ 3</title>
     105
     106    <para>
     107      Install <application>Gtk+ 3</application> by running the following
    108108      commands:
    109109    </para>
     
    143143
    144144  <sect2 role="configuration">
    145     <title>Configuring Gtk 3</title>
     145    <title>Configuring Gtk+ 3</title>
    146146
    147147    <sect3 id="gtk3-config">
     
    164164
    165165      <para>
    166         Gtk 3 themes change the way a gtk application looks. An icon theme can
    167         be used to change the icons that appear on the application's toolbar. If
    168         you have installed a Gtk 3 theme (eg
     166        <application>Gtk+ 3</application> themes change the way a
     167        <application>Gtk+</application> application looks. An icon theme can be
     168        used to change the icons that appear on the application's toolbar. If
     169        you have installed a <application>Gtk+ 3</application> theme (eg
    169170        <xref linkend="gnome-themes-standard"/> or an icon theme (such as
    170171        <xref linkend="gnome-icon-theme"/>) you can set your prefences in
    171         <filename>~/.config/gtk-3.0/settings.ini</filename>:
     172        <filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
    172173      </para>
    173174
     
    229230          <para>
    230231            is a simple program that demonstrates some of the things that can be
    231             done with <application>Gtk 3</application>
     232            done with <application>Gtk+ 3</application>
    232233          </para>
    233234          <indexterm zone="gtk3 gtk3-demo">
     
    242243          <para>
    243244            collects information about loadable input method modules for
    244             <application>Gtk 3</application> and writes it to the default cache
     245            <application>Gtk+ 3</application> and writes it to the default cache
    245246            file location, or to standard output.
    246247          </para>
Note: See TracChangeset for help on using the changeset viewer.