From 0b296a59d0b1d6c1534812b84f2e92068ea15178 Mon Sep 17 00:00:00 2001 From: "Hector E. Gomez Morales" Date: Sun, 8 Aug 2004 08:22:39 +0000 Subject: [PATCH] * 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 --- doc/ChangeLog | 8 ++++++++ doc/en/Gtk/AccelGroup.xml | 2 +- doc/en/Gtk/AccelGroupEntry.xml | 2 +- doc/en/Gtk/AccelKey.xml | 2 +- doc/en/Gtk/RcProperty.xml | 2 +- doc/en/Gtk/TreeDragSource.xml | 8 ++++---- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index e4c481ee9..9b020f4c9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2004-08-08 Hector E. Gomez Morales + + * 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 * en/Gtk/Rc*: Filled in all "to be added" for RC-file diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml index a8f607848..7e8cfdd50 100644 --- a/doc/en/Gtk/AccelGroup.xml +++ b/doc/en/Gtk/AccelGroup.xml @@ -235,7 +235,7 @@ - Finds the first entry in an accelerator group for which returns TRUE and returns its . + Finds the first entry in an accelerator group for which returns TRUE and returns its . a for filtering the AccelGroup entries a , the first key matching the find function. It is owned by Gtk# and must not be freed. diff --git a/doc/en/Gtk/AccelGroupEntry.xml b/doc/en/Gtk/AccelGroupEntry.xml index cd57a215e..550606b4d 100644 --- a/doc/en/Gtk/AccelGroupEntry.xml +++ b/doc/en/Gtk/AccelGroupEntry.xml @@ -69,7 +69,7 @@ - A containing an integer/string mapping for the path to accelerate. + A containing an integer/string mapping for the path to accelerate. See the notes for for details on the formatting of the path string. diff --git a/doc/en/Gtk/AccelKey.xml b/doc/en/Gtk/AccelKey.xml index 6852fd0c6..8faf4a86d 100644 --- a/doc/en/Gtk/AccelKey.xml +++ b/doc/en/Gtk/AccelKey.xml @@ -98,7 +98,7 @@ To be added a enumerated in - a enumerated in , the modifiers (shift, ctrl, etc) that apply for this AccelKey + a enumerated in , the modifiers (shift, ctrl, etc) that apply for this AccelKey a enumerated in for whether this AccelKey should be displayed in the menu a diff --git a/doc/en/Gtk/RcProperty.xml b/doc/en/Gtk/RcProperty.xml index 2267a7520..a3e4a1fe6 100644 --- a/doc/en/Gtk/RcProperty.xml +++ b/doc/en/Gtk/RcProperty.xml @@ -62,7 +62,7 @@ - FieldField System.Int32 diff --git a/doc/en/Gtk/TreeDragSource.xml b/doc/en/Gtk/TreeDragSource.xml index 335d41cf2..49bf570d0 100644 --- a/doc/en/Gtk/TreeDragSource.xml +++ b/doc/en/Gtk/TreeDragSource.xml @@ -33,8 +33,8 @@ Asks the to fill in with a representation of the row at . Should robustly handle a path no longer found in the model. - a - a object to fill with data + a + a object to fill with data A boolean; true if data of the required type was provided. 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. @@ -50,7 +50,7 @@ Check whether the row at is draggable. If the source doesn't implement this method, the row is assumed to be draggable. - a + a A boolean, true if this row can be dragged. @@ -68,7 +68,7 @@ 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. - a to delete + a to delete A boolean for whether the deletion succeeded.