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.
This commit is contained in:
Kevin Breit 2002-04-01 03:07:27 +00:00 committed by Kevin Breit
parent 60bf84e17f
commit fcf9645f45
3 changed files with 55 additions and 1 deletions

46
help/C/config-themes.xml Normal file
View file

@ -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>

View file

@ -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>

View file

@ -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.