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>
|
2003-08-29 John Luke <jluke@cfl.rr.com>
|
||||||
|
|
||||||
* en/GLib/Boxed.xml:
|
* en/GLib/*.xml: update, transfer info from inline comments
|
||||||
* en/GLib/DelegateWrapper.xml: transfer in-line 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>
|
2003-08-25 John Luke <jluke@cfl.rr.com>
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,7 @@
|
||||||
<para>
|
<para>
|
||||||
Removes all tags in the range between start and end. Be
|
Removes all tags in the range between start and end. Be
|
||||||
careful with this function; it could remove tags added in
|
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
|
is, calling this method is probably a bad idea if you have
|
||||||
two or more unrelated code sections that add tags.
|
two or more unrelated code sections that add tags.
|
||||||
</para>
|
</para>
|
||||||
|
@ -269,7 +269,7 @@
|
||||||
<remarks>
|
<remarks>
|
||||||
Pastes the contents of a clipboard at the insertion point,
|
Pastes the contents of a clipboard at the insertion point,
|
||||||
or at <paramref name="override_location" />. (Note: pasting
|
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,
|
return, and at some point later after the main loop runs,
|
||||||
the paste data will be inserted.)
|
the paste data will be inserted.)
|
||||||
</remarks>
|
</remarks>
|
||||||
|
@ -355,7 +355,7 @@
|
||||||
This is a convenience function which simply creates a child
|
This is a convenience function which simply creates a child
|
||||||
anchor with <see cref="C:Gtk.TextChildAnchor" /> and inserts it into
|
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
|
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>
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
@ -379,7 +379,7 @@
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
The default handler for the signal applies tag to the
|
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>
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
@ -402,9 +402,9 @@
|
||||||
</summary>
|
</summary>
|
||||||
<param name="iter">a position in buffer</param>
|
<param name="iter">a position in buffer</param>
|
||||||
<param name="start">
|
<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">
|
<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>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
Copies text, tags, and pixbufs between <paramref name="start" /> and <paramref name="end" /> (the
|
Copies text, tags, and pixbufs between <paramref name="start" /> and <paramref name="end" /> (the
|
||||||
|
@ -507,7 +507,7 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<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>
|
<remarks>To be added</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -530,7 +530,7 @@
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
Deletes text between <paramref name="start" /> and <paramref name="end" />. The order of the two is not actually
|
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
|
actually fires off the <see cref="E:Gtk.TextBuffer.DeleteRange" /> event, and the default
|
||||||
handler of that signal deletes the text. Because the
|
handler of that signal deletes the text. Because the
|
||||||
buffer is modified, all outstanding iterators become
|
buffer is modified, all outstanding iterators become
|
||||||
|
@ -578,7 +578,7 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<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>
|
<remarks>To be added</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -592,13 +592,13 @@
|
||||||
<Parameter Name="mark" Type="Gtk.TextMark" />
|
<Parameter Name="mark" Type="Gtk.TextMark" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<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">
|
<param name="mark">
|
||||||
a <see cref="T:Gtk.TextMark" /> in the buffer to be deleted.
|
a <see cref="T:Gtk.TextMark" /> in the buffer to be deleted.
|
||||||
</param>
|
</param>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<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
|
the buffer. There is no way to undelete a
|
||||||
mark. <see cref="P:Gtk.TextMark.Deleted" /> will return
|
mark. <see cref="P:Gtk.TextMark.Deleted" /> will return
|
||||||
<see langword="true" /> after
|
<see langword="true" /> after
|
||||||
|
@ -629,20 +629,20 @@
|
||||||
<returns>a new <see cref="T:Gtk.TextMark" /> object</returns>
|
<returns>a new <see cref="T:Gtk.TextMark" /> object</returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<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
|
the mark is anonymous; otherwise, the mark can be
|
||||||
retrieved by name using <see cref="Gtk.TextBuffer.GetMark(System.String)" />. If a
|
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
|
mark has left gravity, and text is inserted at the
|
||||||
current location, the mark will be moved to the left of
|
current location of the mark, the mark will be moved to the left of
|
||||||
the newly-inserted text. If the mark has right gravity
|
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
|
(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
|
of newly-inserted text. The standard left-to-right cursor
|
||||||
is a mark with right gravity (when you type, the 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>
|
||||||
<para>
|
<para>
|
||||||
Fires the <see cref="E:Gtk.TextBuffer.MarkSet" /> event as
|
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>
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
@ -658,7 +658,7 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<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>
|
<remarks>To be added</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -701,7 +701,7 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>
|
<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>
|
</summary>
|
||||||
<param name="iter">a position in buffer</param>
|
<param name="iter">a position in buffer</param>
|
||||||
<param name="start">
|
<param name="start">
|
||||||
|
@ -716,7 +716,7 @@
|
||||||
<see langword="true" /> if an insertion was possible at <paramref name="iter" /></returns>
|
<see langword="true" /> if an insertion was possible at <paramref name="iter" /></returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<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.
|
editable.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
@ -827,8 +827,8 @@
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<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>
|
||||||
<param name="default_editable">To be added: an object of type 'bool'</param>
|
<param name="default_editable">an object of type <see cref="T:System.Boolean" /></param>
|
||||||
<remarks>To be added</remarks>
|
<remarks>To be added</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -881,7 +881,7 @@
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>To be added</summary>
|
<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>
|
<remarks>To be added</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -892,8 +892,8 @@
|
||||||
<ReturnType>System.UInt32</ReturnType>
|
<ReturnType>System.UInt32</ReturnType>
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>The GLib Type for Gtk.TextBuffer</summary>
|
<summary>The <see cref="T:GLib.Type" /> for <see cref="T:Gtk.TextBuffer" /></summary>
|
||||||
<returns>The GLib Type for the Gtk.TextBuffer class.</returns>
|
<returns>The <see cref="T:GLib.Type" /> for the <see cref="T:Gtk.TextBuffer" /> class.</returns>
|
||||||
<remarks />
|
<remarks />
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -907,7 +907,7 @@
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>The complete contents of the buffer</summary>
|
<summary>The complete contents of the buffer</summary>
|
||||||
<param name="value">a string to be the contents of the buffer</param>
|
<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 />
|
<remarks />
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
@ -922,7 +922,7 @@
|
||||||
<returns>The number of lines in the buffer</returns>
|
<returns>The number of lines in the buffer</returns>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<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>
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
@ -963,7 +963,7 @@
|
||||||
will automatically toggled to <see langword="true" />.
|
will automatically toggled to <see langword="true" />.
|
||||||
</para>
|
</para>
|
||||||
<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>
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
@ -1001,7 +1001,7 @@
|
||||||
between the "selection_bound" and "insert" marks. If
|
between the "selection_bound" and "insert" marks. If
|
||||||
"selection_bound" and "insert" are in the same place, then
|
"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
|
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.
|
selection and what its bounds are.
|
||||||
</para>
|
</para>
|
||||||
</remarks>
|
</remarks>
|
||||||
|
@ -1303,7 +1303,7 @@
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<paramref name="default_editable" /> indicates the editability of text that
|
<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" />
|
it. Typically the result of <see cref="P:Gtk.TextView.Editable" />
|
||||||
is appropriate here.
|
is appropriate here.
|
||||||
</para>
|
</para>
|
||||||
|
@ -1473,8 +1473,8 @@
|
||||||
<param name="iter">
|
<param name="iter">
|
||||||
The location at the location specified by <paramref name="line_number" /> and <paramref name="char_offset" />.
|
The location at the location specified by <paramref name="line_number" /> and <paramref name="char_offset" />.
|
||||||
</param>
|
</param>
|
||||||
<param name="line_number">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">To be added: an object of type 'int'</param>
|
<param name="char_offset">an object of type <see cref="T:System.Int" /></param>
|
||||||
<remarks />
|
<remarks />
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
|
|
Loading…
Reference in a new issue