2003-09-04 John Luke <jluke@cfl.rr.com>
* en/Gtk/TextBuffer.xml: fix some typos svn path=/trunk/gtk-sharp/; revision=17899
This commit is contained in:
parent
fe3e323429
commit
d552766aea
2 changed files with 40 additions and 34 deletions
|
@ -1,7 +1,13 @@
|
|||
2003-09-04 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* en/Gtk/TextBuffer.xml: fix some typos
|
||||
|
||||
2003-08-29 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* en/GLib/Boxed.xml:
|
||||
* en/GLib/DelegateWrapper.xml: transfer in-line comments
|
||||
* en/GLib/*.xml: update, transfer info from inline comments
|
||||
* en/GtkSharp/SignalArgs.xml: transfer info from inline comments
|
||||
* en/GtkSharp/ObjectManager.xml: transfer info from inline comments
|
||||
* en/GtkSharp/SignalCallback.xml: transfer info from inline comments
|
||||
|
||||
2003-08-25 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
<para>
|
||||
Removes all tags in the range between start and end. Be
|
||||
careful with this function; it could remove tags added in
|
||||
code unrelated to the code you're currently writing. That
|
||||
code unrelated to the code you are currently writing. That
|
||||
is, calling this method is probably a bad idea if you have
|
||||
two or more unrelated code sections that add tags.
|
||||
</para>
|
||||
|
@ -269,7 +269,7 @@
|
|||
<remarks>
|
||||
Pastes the contents of a clipboard at the insertion point,
|
||||
or at <paramref name="override_location" />. (Note: pasting
|
||||
is asynchronous, that is, we'll ask for the paste data and
|
||||
is asynchronous, that is, we will ask for the paste data and
|
||||
return, and at some point later after the main loop runs,
|
||||
the paste data will be inserted.)
|
||||
</remarks>
|
||||
|
@ -355,7 +355,7 @@
|
|||
This is a convenience function which simply creates a child
|
||||
anchor with <see cref="C:Gtk.TextChildAnchor" /> and inserts it into
|
||||
the buffer with <see cref="M:Gtk.TextBuffer.InsertChildAnchor(Gtk.TextIter,Gtk.TextChildAnchor)" />. The new anchor is owned by the buffer; no reference
|
||||
count is returned to the caller of <see cref="Gtk.TextBuffer.CreateChildAnchor(Gtk.TextIter)" />.
|
||||
count is returned to the caller of <see cref="M:Gtk.TextBuffer.CreateChildAnchor(Gtk.TextIter)" />.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
@ -379,7 +379,7 @@
|
|||
<remarks>
|
||||
<para>
|
||||
The default handler for the signal applies tag to the
|
||||
given range. start and end do not have to be in order.
|
||||
given range. <paramref name="start" /> and <paramref name="end" /> do not have to be in order.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
@ -402,9 +402,9 @@
|
|||
</summary>
|
||||
<param name="iter">a position in buffer</param>
|
||||
<param name="start">
|
||||
a position in the source <see cref="Gtk.TextBuffer" /></param>
|
||||
a position in the source <see cref="T:Gtk.TextBuffer" /></param>
|
||||
<param name="end">
|
||||
a position in the source <see cref="Gtk.TextBuffer" /></param>
|
||||
a position in the source <see cref="T:Gtk.TextBuffer" /></param>
|
||||
<remarks>
|
||||
<para>
|
||||
Copies text, tags, and pixbufs between <paramref name="start" /> and <paramref name="end" /> (the
|
||||
|
@ -507,7 +507,7 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="clipboard">To be added: an object of type 'Gtk.Clipboard'</param>
|
||||
<param name="clipboard">an object of type <see cref="T:Gtk.Clipboard" /></param>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -530,7 +530,7 @@
|
|||
<remarks>
|
||||
<para>
|
||||
Deletes text between <paramref name="start" /> and <paramref name="end" />. The order of the two is not actually
|
||||
relevant, as they will be r reordered. This function
|
||||
relevant, as they will be reordered. This function
|
||||
actually fires off the <see cref="E:Gtk.TextBuffer.DeleteRange" /> event, and the default
|
||||
handler of that signal deletes the text. Because the
|
||||
buffer is modified, all outstanding iterators become
|
||||
|
@ -578,7 +578,7 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="clipboard">To be added: an object of type 'Gtk.Clipboard'</param>
|
||||
<param name="clipboard">an object of type <see cref="T:Gtk.Clipboard" /></param>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -592,13 +592,13 @@
|
|||
<Parameter Name="mark" Type="Gtk.TextMark" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Deletes mark, so that it's no longer located anywhere in the buffer.</summary>
|
||||
<summary>Deletes mark, so that it is no longer located anywhere in the buffer.</summary>
|
||||
<param name="mark">
|
||||
a <see cref="T:Gtk.TextMark" /> in the buffer to be deleted.
|
||||
</param>
|
||||
<remarks>
|
||||
<para>
|
||||
Deletes mark, so that it's no longer located anywhere in
|
||||
Deletes mark, so that it is no longer located anywhere in
|
||||
the buffer. There is no way to undelete a
|
||||
mark. <see cref="P:Gtk.TextMark.Deleted" /> will return
|
||||
<see langword="true" /> after
|
||||
|
@ -629,20 +629,20 @@
|
|||
<returns>a new <see cref="T:Gtk.TextMark" /> object</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
Creates a mark at position where. If <paramref name="mark_name" /> is <see langword="null" />,
|
||||
Creates a mark at position <paramref name="where" />. If <paramref name="mark_name" /> is <see langword="null" />,
|
||||
the mark is anonymous; otherwise, the mark can be
|
||||
retrieved by name using <see cref="Gtk.TextBuffer.GetMark(System.String)" />. If a
|
||||
mark has left gravity, and text is inserted at the mark's
|
||||
current location, the mark will be moved to the left of
|
||||
mark has left gravity, and text is inserted at the
|
||||
current location of the mark, the mark will be moved to the left of
|
||||
the newly-inserted text. If the mark has right gravity
|
||||
(ie. <paramref name="left_gravity" /> = <see langword="false" />), the mark will end up on the right
|
||||
of newly-inserted text. The standard left-to-right cursor
|
||||
is a mark with right gravity (when you type, the cursor
|
||||
stays on the right side of the text you're typing).
|
||||
stays on the right side of the text you are typing).
|
||||
</para>
|
||||
<para>
|
||||
Fires the <see cref="E:Gtk.TextBuffer.MarkSet" /> event as
|
||||
notification of the mark's initial placement.
|
||||
notification of the initial placement of the mark.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
@ -658,7 +658,7 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="clipboard">To be added: an object of type 'Gtk.Clipboard'</param>
|
||||
<param name="clipboard">an object of type <see cref="T:Gtk.Clipboard" /></param>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -701,7 +701,7 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>
|
||||
Same as <see cref="M:Gtk.TextBuffer.InsertRange(Gtk.TextIter,Gtk.TextIter,Gtk.TextIter)" />, but does nothing if the insertion point isn't editable.
|
||||
Same as <see cref="M:Gtk.TextBuffer.InsertRange(Gtk.TextIter,Gtk.TextIter,Gtk.TextIter)" />, but does nothing if the insertion point is not editable.
|
||||
</summary>
|
||||
<param name="iter">a position in buffer</param>
|
||||
<param name="start">
|
||||
|
@ -716,7 +716,7 @@
|
|||
<see langword="true" /> if an insertion was possible at <paramref name="iter" /></returns>
|
||||
<remarks>
|
||||
<para>
|
||||
Same as <see cref="M:Gtk.TextBuffer.InsertRange(Gtk.TextIter,Gtk.TextIter,Gtk.TextIter)" />, but does nothing if the insertion point isn't
|
||||
Same as <see cref="M:Gtk.TextBuffer.InsertRange(Gtk.TextIter,Gtk.TextIter,Gtk.TextIter)" />, but does nothing if the insertion point is not
|
||||
editable.
|
||||
</para>
|
||||
<para>
|
||||
|
@ -827,8 +827,8 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="clipboard">To be added: an object of type 'Gtk.Clipboard'</param>
|
||||
<param name="default_editable">To be added: an object of type 'bool'</param>
|
||||
<param name="clipboard">an object of type <see cref="T:Gtk.Clipboard" /></param>
|
||||
<param name="default_editable">an object of type <see cref="T:System.Boolean" /></param>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -881,7 +881,7 @@
|
|||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>To be added: an object of type 'Gtk.TextBuffer'</returns>
|
||||
<returns>an object of type <see cref="T:Gtk.TextBuffer" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -892,8 +892,8 @@
|
|||
<ReturnType>System.UInt32</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>The GLib Type for Gtk.TextBuffer</summary>
|
||||
<returns>The GLib Type for the Gtk.TextBuffer class.</returns>
|
||||
<summary>The <see cref="T:GLib.Type" /> for <see cref="T:Gtk.TextBuffer" /></summary>
|
||||
<returns>The <see cref="T:GLib.Type" /> for the <see cref="T:Gtk.TextBuffer" /> class.</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -907,7 +907,7 @@
|
|||
<Docs>
|
||||
<summary>The complete contents of the buffer</summary>
|
||||
<param name="value">a string to be the contents of the buffer</param>
|
||||
<returns>The contents of the current buffer'</returns>
|
||||
<returns>The contents of the current buffer</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
@ -922,7 +922,7 @@
|
|||
<returns>The number of lines in the buffer</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
The results of this method is cache, so this is very fast.
|
||||
The results of this method is cached, so this is very fast.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
@ -963,7 +963,7 @@
|
|||
will automatically toggled to <see langword="true" />.
|
||||
</para>
|
||||
<para>
|
||||
Whenever this property is changed, the <see cref="E.Gtk.TextBuffer.ModifiedChanged" /> event is fired.
|
||||
Whenever this property is changed, the <see cref="E:Gtk.TextBuffer.ModifiedChanged" /> event is fired.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
|
@ -1001,7 +1001,7 @@
|
|||
between the "selection_bound" and "insert" marks. If
|
||||
"selection_bound" and "insert" are in the same place, then
|
||||
there is no current selection. <see cref="M:Gtk.TextBuffer.GetSelectionBounds(Gtk.TextIter,Gtk.TextIter)" /> is another convenient function for handling the
|
||||
selection, if you just want to know whether there's a
|
||||
selection, if you just want to know whether there is a
|
||||
selection and what its bounds are.
|
||||
</para>
|
||||
</remarks>
|
||||
|
@ -1303,7 +1303,7 @@
|
|||
</para>
|
||||
<para>
|
||||
<paramref name="default_editable" /> indicates the editability of text that
|
||||
doesn't have a tag affecting editability applied to
|
||||
does not have a tag affecting editability applied to
|
||||
it. Typically the result of <see cref="P:Gtk.TextView.Editable" />
|
||||
is appropriate here.
|
||||
</para>
|
||||
|
@ -1473,8 +1473,8 @@
|
|||
<param name="iter">
|
||||
The location at the location specified by <paramref name="line_number" /> and <paramref name="char_offset" />.
|
||||
</param>
|
||||
<param name="line_number">To be added: an object of type 'int'</param>
|
||||
<param name="char_offset">To be added: an object of type 'int'</param>
|
||||
<param name="line_number">an object of type <see cref="T:System.Int" /></param>
|
||||
<param name="char_offset">an object of type <see cref="T:System.Int" /></param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
Loading…
Reference in a new issue