diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9f681bb668..99ca302d73 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-11-01 Matthias Clasen + + * gtk/tmpl/gtkrc.sgml: Document im_module_file and settings + assignments as toplevel statements. + 2004-10-31 Matthias Clasen * 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 79d6231ff1..55d2d1b597 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -138,6 +138,7 @@ The possible toplevel declarations are: Declares a binding set. + class pattern [ style | binding ][ : priority ] @@ -147,6 +148,7 @@ The possible toplevel declarations are: branch of the inheritance hierarchy. + include filename @@ -160,6 +162,7 @@ The possible toplevel declarations are: + module_path path @@ -168,6 +171,7 @@ The possible toplevel declarations are: RC files. + pixmap_path path @@ -176,6 +180,16 @@ The possible toplevel declarations are: RC files. + + + im_module_file pathname + + Sets the pathname for the IM modules file. Setting this from RC files + is deprecated; you should use the environment variable GTK_IM_MODULE_FILE + instead. + + + style name [ = parent ] { ... } @@ -183,6 +197,7 @@ The possible toplevel declarations are: Declares a style. + widget pattern [ style | binding ][ : priority ] @@ -192,6 +207,7 @@ The possible toplevel declarations are: group of widgets by matching on the widget pathname. + widget_class pattern [ style | binding ][ : priority ] @@ -201,6 +217,15 @@ The possible toplevel declarations are: group of widgets by matching on the class pathname. + + + setting = value + + Specifies a value for a setting. Note that + settings in RC files are overwritten by system-wide settings which are managed by + an XSettings manager. + +