mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 23:25:34 +00:00
* 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:
parent
e67b22d996
commit
6112d008fa
|
@ -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>
|
||||
|
||||
|
|
31
doc/en/GConf.PropertyEditors.xml
Normal file
31
doc/en/GConf.PropertyEditors.xml
Normal 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>
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue