Changeset b75ede9 for x/lib


Ignore:
Timestamp:
05/02/2012 10:58:33 AM (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:
ebee860
Parents:
9cf2b10b
Message:

Updated Bluefish to 2.2.2

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

File:
1 edited

Legend:

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

    r9cf2b10b rb75ede9  
    1515]>
    1616
    17 <sect1 id="gtk3" xreflabel="GTK+-&gtk3-version;">
     17<sect1 id="gtk3" xreflabel="gtk+-&gtk3-version;">
    1818  <?dbhtml filename="gtk3.html"?>
    1919
     
    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
     166        Gtk 3 themes change the way a gtk application looks. An icon theme can
    167167        be used to change the icons that appear on the application's toolbar. If
    168         you have installed a GTK+-3 theme (eg
     168        you have installed a Gtk 3 theme (eg
    169169        <xref linkend="gnome-themes-standard"/> or an icon theme (such as
    170170        <xref linkend="gnome-icon-theme"/>) you can set your prefences in
     
    229229          <para>
    230230            is a simple program that demonstrates some of the things that can be
    231             done with <application>GTK+-3</application>
     231            done with <application>Gtk 3</application>
    232232          </para>
    233233          <indexterm zone="gtk3 gtk3-demo">
     
    242242          <para>
    243243            collects information about loadable input method modules for
    244             <application>GTK+-3</application> and writes it to the default cache
     244            <application>Gtk 3</application> and writes it to the default cache
    245245            file location, or to standard output.
    246246          </para>
Note: See TracChangeset for help on using the changeset viewer.