summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-01 18:22:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-01 18:22:33 +0000
commitf543bef062f71cb2aef81b3851892e1ae5b52ed4 (patch)
tree59f9f2060f22d9291872c821ee723d9859a63260 /docs
parent12bde48ff4b98291d318080b069b11e9df4ce24a (diff)
downloadgdk-pixbuf-f543bef062f71cb2aef81b3851892e1ae5b52ed4.tar.gz
Document im_module_file and settings assignments as toplevel statements.
2004-11-01 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings assignments as toplevel statements.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog5
-rw-r--r--docs/reference/gtk/tmpl/gtkrc.sgml25
2 files changed, 30 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 9f681bb66..99ca302d7 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings
+ assignments as toplevel statements.
+
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/windows.sgml: s/PRETEND_WIN9X/G_WIN32_PRETEND_WIN9X/.
diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml
index 79d6231ff..55d2d1b59 100644
--- a/docs/reference/gtk/tmpl/gtkrc.sgml
+++ b/docs/reference/gtk/tmpl/gtkrc.sgml
@@ -138,6 +138,7 @@ The possible toplevel declarations are:
<para>Declares a binding set.</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><literal>class <replaceable>pattern</replaceable>
[ style | binding ][ : <replaceable>priority</replaceable> ]
@@ -147,6 +148,7 @@ The possible toplevel declarations are:
branch of the inheritance hierarchy.</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><literal>include <replaceable>filename</replaceable></literal></term>
<listitem>
@@ -160,6 +162,7 @@ The possible toplevel declarations are:
</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><literal>module_path <replaceable>path</replaceable></literal></term>
<listitem>
@@ -168,6 +171,7 @@ The possible toplevel declarations are:
RC files.</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><literal>pixmap_path <replaceable>path</replaceable></literal></term>
<listitem>
@@ -176,6 +180,16 @@ The possible toplevel declarations are:
RC files.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><literal>im_module_file <replaceable>pathname</replaceable></literal></term>
+ <listitem>
+ <para>Sets the pathname for the IM modules file. Setting this from RC files
+ is deprecated; you should use the environment variable <envar>GTK_IM_MODULE_FILE</envar>
+ instead.</para>
+ </listitem>
+ </varlistentry>
+
<varlistentry>
<term><literal>style <replaceable>name</replaceable> [ =
<replaceable>parent</replaceable> ] { ... }</literal></term>
@@ -183,6 +197,7 @@ The possible toplevel declarations are:
<para>Declares a style.</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><literal>widget <replaceable>pattern</replaceable>
[ style | binding ][ : <replaceable>priority</replaceable> ]
@@ -192,6 +207,7 @@ The possible toplevel declarations are:
group of widgets by matching on the widget pathname.</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><literal>widget_class <replaceable>pattern</replaceable>
[ style | binding ][ : <replaceable>priority</replaceable> ]
@@ -201,6 +217,15 @@ The possible toplevel declarations are:
group of widgets by matching on the class pathname.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><replaceable>setting</replaceable> = <replaceable>value<replaceable></literal></term>
+ <listitem>
+ <para>Specifies a value for a <link linkend="GtkSettings">setting</link>. Note that
+ settings in RC files are overwritten by system-wide settings which are managed by
+ an XSettings manager.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect2>