* en/GConf.PropertyEditors.xml: Added

* Makefile: checks if any changes are made to en/*.xml

svn path=/trunk/gtk-sharp/; revision=19031
This commit is contained in:
Martin Willemoes Hansen 2003-10-14 09:25:23 +00:00
parent e67b22d996
commit 6112d008fa
5 changed files with 36 additions and 3 deletions

View File

@ -11,6 +11,8 @@
* en/PangoSharp.xml: Added
* en/GConf/ChangeSet.xml: Documented finalize
* en/GConf/NotifyEventHandler.xml: Fixed ecma-style compliance
* en/GConf.PropertyEditors.xml: Added
* Makefile: checks if any changes are made to en/*.xml
2003-10-13 John Luke <jluke@cfl.rr.com>

View File

@ -0,0 +1,31 @@
<Namespace Name="GConf.PropertyEditors" FullName="GConf.PropertyEditors" FullNameSP="GConf.PropertyEditors" Maintainer="Mono">
<Docs>
<summary>
PropertyEditors which act as intermediaries between
<see cref="N:GConf" /> and <see cref="N:Gtk" /> widgets.
They are analoguous to the Controller of the MVC design pattern.
</summary>
<remarks>
<para>
PropertyEditors do two things:
<ul>
<li>
They listen to GConf notifications, and update
widgets to reflect any changes in a GConf setting.
</li>
<li>
They connect to the various "changed" signals on a widget,
and update GConf to reflect the widget's current state.
</li>
</ul>
</para>
<para>
Also provided are a utility class called
<see cref="T:GConf.PropertyEditors.EditorShell" />,
which exposes a simple API to automatically
construct PropertyEditors for a
<see cref="T:Glade.XML" /> UI.
</para>
</remarks>
</Docs>
</Namespace>

View File

@ -1,6 +1,6 @@
<Namespace Name="GConf" FullName="GConf" FullNameSP="GConf" Maintainer="Mono">
<Docs>
<summary>GConf is a process-transparent configuration database with a model-view-controller architecture</summary>
<summary>GConf is a process-transparent configuration database with a model-view-controller architecture.</summary>
<remarks>
<para>
GConf is a system for storing configuration information, that is, key-value pairs. GConf provides a notification service so applications can be notified when a key's value is changed. GConf also allows for pluggable storage mechanisms (text files, databases, etc.); allows administrators to install default values; and allows application authors to document their configuration keys for the benefit of administrators.

View File

@ -1,7 +1,7 @@
<Namespace Name="Gnome" FullName="Gnome" FullNameSP="Gnome" Maintainer="Mono">
<Docs>
<summary>
GNU Network Object Model Environment
GNU Network Object Model Environment.
</summary>
<remarks>
<para>

View File

@ -9,7 +9,7 @@ all: gtk-sharp-docs.zip gtk-sharp-docs.tree
b:
mono --debug $(BROWSER)
gtk-sharp-docs.zip gtk-sharp-docs.tree: en/*/*.xml
gtk-sharp-docs.zip gtk-sharp-docs.tree: en/*/*.xml en/*.xml
mono $(ASSEMBLER) --ecma en -o gtk-sharp-docs
update: