* en/Gtk/AccelGroup.xml

* en/Gtk/AccelGroupEntry.xml
        * en/Gtk/AccelKey.xml
        * en/Gtk/RcProperty.xml
        * en/Gtk/TreeDragSource.xml: Fixed errors in tags, make assemble now works.

svn path=/trunk/gtk-sharp/; revision=32032
This commit is contained in:
Hector E. Gomez Morales 2004-08-08 08:22:39 +00:00
parent db410e9497
commit 0b296a59d0
6 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2004-08-08 Hector E. Gomez Morales <hectorgm@ciencias.unam.mx>
* en/Gtk/AccelGroup.xml
* en/Gtk/AccelGroupEntry.xml
* en/Gtk/AccelKey.xml
* en/Gtk/RcProperty.xml
* en/Gtk/TreeDragSource.xml: Fixed errors in tags, make assemble now works.
2004-08-05 Shane Landrum <epicene@pobox.com>
* en/Gtk/Rc*: Filled in all "to be added" for RC-file

View File

@ -235,7 +235,7 @@
<Parameter Name="find_func" Type="Gtk.AccelGroupFindFunc" />
</Parameters>
<Docs>
<summary>Finds the first entry in an accelerator group for which <paramref name="find_func" /> returns TRUE and returns its <see cref="T:GtkAccelKey">.</summary>
<summary>Finds the first entry in an accelerator group for which <paramref name="find_func" /> returns TRUE and returns its <see cref="T:Gtk.AccelKey" />.</summary>
<param name="find_func">a <see cref="T:Gtk.AccelGroupFindFunc" /> for filtering the AccelGroup entries</param>
<returns>a <see cref="T:Gtk.AccelKey" />, the first key matching the find function. It is owned by Gtk# and must not be freed.</returns>
<remarks />

View File

@ -69,7 +69,7 @@
<Parameters>
</Parameters>
<Docs>
<summary>A <see cref="T:GLib.GQuark"> containing an integer/string mapping for the path to accelerate.</summary>
<summary>A <see cref="T:GLib.GQuark" /> containing an integer/string mapping for the path to accelerate.</summary>
<remarks>See the notes for <see cref="T:Gtk.Accel.MapAddEntry()" /> for details on the formatting of the path string.</remarks>
</Docs>
</Member>

View File

@ -98,7 +98,7 @@
<Docs>
<summary>To be added</summary>
<param name="key">a <see cref="T:System.Int32" /> enumerated in <see cref='T:Gdk.Key' /></param>
<param name="mods">a <see cref="T:System.Int32" /> enumerated in <see cref='T:Gdk.ModifierType' />, the modifiers (shift, ctrl, etc) that apply for this AccelKey</param></param>
<param name="mods">a <see cref="T:System.Int32" /> enumerated in <see cref='T:Gdk.ModifierType' />, the modifiers (shift, ctrl, etc) that apply for this AccelKey</param>
<param name="flags">a <see cref="T:System.Int32" /> enumerated in <see cref='T:Gdk.AccelFlags' /> for whether this AccelKey should be displayed in the menu</param>
<returns>a <see cref="T:Gtk.AccelKey" /></returns>
<remarks />

View File

@ -62,7 +62,7 @@
</Member>
<Member MemberName="PropertyName">
<MemberSignature Language="C#" Value="public int PropertyName;" />
<MemberType>Field</MemberType
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>

View File

@ -33,8 +33,8 @@
</Parameters>
<Docs>
<summary>Asks the <see cref="M:Gtk.TreeDragSource" /> to fill in <paramref name="selection_data" /> with a representation of the row at <paramref name="path" />. Should robustly handle a path no longer found in the model.</summary>
<param name="path">a <see cref="M:Gtk.TreePath"></param>
<param name="selection_data">a <see cref="M:Gtk.SelectionData"> object to fill with data</param>
<param name="path">a <see cref="M:Gtk.TreePath" /></param>
<param name="selection_data">a <see cref="M:Gtk.SelectionData" /> object to fill with data</param>
<returns>A boolean; true if data of the required type was provided.</returns>
<remarks>FIXME: the original doc says, "selection_data->target gives the required type of the data.", but there doesn't seem to be a parallel in Gtk#. Check this.</remarks>
</Docs>
@ -50,7 +50,7 @@
</Parameters>
<Docs>
<summary>Check whether the row at <paramref name="path" /> is draggable. If the source doesn't implement this method, the row is assumed to be draggable.</summary>
<param name="path">a <see cref="M:Gtk.TreePath"></param>
<param name="path">a <see cref="M:Gtk.TreePath" /></param>
<returns>A boolean, true if this row can be dragged.</returns>
<remarks />
</Docs>
@ -68,7 +68,7 @@
<summary>
Asks the TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop. Returns FALSE if the deletion fails because path no longer exists, or for some model-specific reason. Should robustly handle a path no longer found in the model.
</summary>
<param name="path">a <see cref="M:Gtk.TreePath"> to delete</param>
<param name="path">a <see cref="M:Gtk.TreePath" /> to delete</param>
<returns>A boolean for whether the deletion succeeded.</returns>
<remarks />
</Docs>