Changeset ebee860


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

Location:
x/lib
Files:
2 edited

Legend:

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

    rb75ede9 rebee860  
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to Gtk+-2</title>
    33 
    34     <para>
    35       The <application>Gtk+-2</application> package contains
    36       <application>|Gtk+-2</application> libraries. These are useful for
     32    <title>Introduction to Gtk+ 2</title>
     33
     34    <para>
     35      The <application>Gtk+ 2</application> package contains
     36      <application>|Gtk+ 2</application> libraries. These are useful for
    3737      creating graphical user interfaces for applications.
    3838    </para>
     
    7474    </itemizedlist>
    7575
    76     <bridgehead renderas="sect3">Gtk+-2 Dependencies</bridgehead>
     76    <bridgehead renderas="sect3">Gtk+ 2 Dependencies</bridgehead>
    7777
    7878    <bridgehead renderas="sect4">Required</bridgehead>
     
    113113
    114114  <sect2 role="installation">
    115     <title>Installation of Gtk+-2</title>
    116 
    117     <para>
    118       Install <application>Gtk+-2</application> by running the following
     115    <title>Installation of Gtk+ 2</title>
     116
     117    <para>
     118      Install <application>Gtk+ 2</application> by running the following
    119119      commands:
    120120    </para>
     
    180180
    181181  <sect2 role="configuration">
    182     <title>Configuring Gtk+-2</title>
     182    <title>Configuring Gtk+ 2</title>
    183183
    184184    <sect3 id="gtk2-config">
     
    201201
    202202      <para>
    203         Gtk themes change the way a gtk application looks. A Gtk icon theme can
    204         be used to change the icons that appear on the application's toolbar.
    205         If you have installed a Gtk theme (such as
    206         <ulink
     203        <application>Gtk+ 2</application> themes change the way a
     204        <application>Gtk+ 2</application> application looks. A
     205        <application>Gtk+ 2</application> icon theme can be used to change the
     206        icons that appear on the application's toolbar. If you have installed a
     207        <application>Gtk+ 2</application> theme (such as <ulink
    207208        url="http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.32/">gnome-themes</ulink>
    208         (requires <xref linkend="gtk-engines"/>)) or a Gtk icon theme (such as
     209        (requires <xref linkend="gtk-engines"/>)) or a
     210        <application>Gtk+ 2</application> icon theme (such as
    209211        <xref linkend="gnome-icon-theme"/>) you can set your preferences in
    210212        <filename>~/.gtkrc-2.0</filename>:
     
    235237      <para>
    236238        <ulink url="http://sourceforge.net/projects/lxde/files/LXAppearance/">
    237         LXAppearance</ulink> is a <application>Gtk+-2</application> application
     239        LXAppearance</ulink> is a <application>Gtk+ 2</application> application
    238240        that can help you choose the themes you like.
    239241      </para>
     
    297299        <listitem>
    298300          <para>
    299             demonstrates <application>Gtk+-2</application> functionality and
     301            demonstrates <application>Gtk+ 2</application> functionality and
    300302            provides code for the examples.
    301303          </para>
     
    312314          <para>
    313315            collects information about loadable input method modules for
    314             <application>Gtk+-2</application> and writes it to standard output.
     316            <application>Gtk+ 2</application> and writes it to standard output.
    315317          </para>
    316318          <indexterm zone="gtk2 gtk-query-immodules-2.0">
     
    334336
    335337      <varlistentry id="gtk2libs">
    336         <term>Gtk+-2 Libraries</term>
     338        <term>Gtk+ 2 Libraries</term>
    337339        <listitem>
    338340          <para>
     
    340342          </para>
    341343          <indexterm zone="gtk2 gtk2libs">
    342             <primary sortas="c-gtk2libs">Gtk+-2 Libraries</primary>
     344            <primary sortas="c-gtk2libs">Gtk+ 2 Libraries</primary>
    343345          </indexterm>
    344346        </listitem>
  • 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.