diff options
author | Kevin Breit <mrproper@ximian.com> | 2002-04-01 03:07:27 +0000 |
---|---|---|
committer | Kevin Breit <battery841@src.gnome.org> | 2002-04-01 03:07:27 +0000 |
commit | fcf9645f45f827f940410fd814b7bd3b4a47028c (patch) | |
tree | 27bf7827c135399080579a30b94bec4808a5b5f5 /help | |
parent | 60bf84e17f0c41da74c26d6c21bf17578703714a (diff) | |
download | gnome-control-center-fcf9645f45f827f940410fd814b7bd3b4a47028c.tar.gz |
Enabled theme selector in documentation.
2002-03-31 Kevin Breit <mrproper@ximian.com>
* C/control-center.xml: Enabled theme selector in documentation.
* C/config-themes.xml: Added the theme selector documentation.
Diffstat (limited to 'help')
-rw-r--r-- | help/C/config-themes.xml | 46 | ||||
-rw-r--r-- | help/C/control-center.xml | 4 | ||||
-rw-r--r-- | help/ChangeLog | 6 |
3 files changed, 55 insertions, 1 deletions
diff --git a/help/C/config-themes.xml b/help/C/config-themes.xml new file mode 100644 index 000000000..9bee1d6e0 --- /dev/null +++ b/help/C/config-themes.xml @@ -0,0 +1,46 @@ +<sect1 id="config-theme"> + <title>Gtk+ Theme Selector</title> + <para> + The <application>Gnome</application> environment is run by + <application>Gtk+</application>. <application>Gtk+</application> + allows most elements in your desktop to be themed to the look you + want. The <application>Gtk+ Theme Selector</application> lets you + select the theme to use. + </para> + <sect2 id="config-theme-setting"> + <title>Setting Your Theme</title> + <para> + The top of the <application>Gtk+ Theme Selector</application> + has a list of installed themes. Simply click on a theme and + your changes will be made. + </para> + <para> + You can interactively demo all the widgets available in your + selected theme in the lower half of the window. + </para> + </sect2> + <sect2 id="config-theme-add"> + <title>Adding a Theme</title> + <para> + To add a theme to use: + <ordredlist numeration="arabic"> + <listitem> + <para> + Click the <guibutton>Install new theme</guibutton> button. + </para> + </listitem> + <listitem> + <para> + Navigate to the directory your theme is installed in. + </para> + </listitem> + <listitem> + <para> + Open the gtkrc file which contains the specifications of + your theme. + </para> + </listitem> + </orderedlist> + </para> + </sect2> +</sect1>
\ No newline at end of file diff --git a/help/C/control-center.xml b/help/C/control-center.xml index 95c3dd432..d24dbdcb4 100644 --- a/help/C/control-center.xml +++ b/help/C/control-center.xml @@ -13,6 +13,7 @@ <!ENTITY CONFIG-CD SYSTEM "config-cds.xml"> <!ENTITY CONFIG-BACKGROUND SYSTEM "config-background.xml"> <!ENTITY CONFIG-KEYBINDINGS SYSTEM "config-keybindings.xml"> +<!ENTITY CONFIG-THEME SYSTEM "config-themes.xml"> ]> <article id="index" lang="en"> @@ -244,7 +245,7 @@ </listitem> </varlistentry> <varlistentry> - <term>Gtk+ Theme Selector</term> + <term><xref linkend="config-theme" /></term> <listitem> <para> Configures the look of your buttons, menus, text, and @@ -378,4 +379,5 @@ &CONFIG-CD; &CONFIG-BACKGROUND; &CONFIG-KEYBINDINGS; +&CONFIG-THEME; </article> diff --git a/help/ChangeLog b/help/ChangeLog index 204a71e5c..eeaf30ab5 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,9 @@ +2002-03-31 Kevin Breit <mrproper@ximian.com> + + * C/control-center.xml: Enabled theme selector in documentation. + + * C/config-themes.xml: Added the theme selector documentation. + 2002-03-23 Kevin Breit <mrproper@ximian.com> * C/config-keybindings.xml: Added file to CVS. |