mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 22:20:58 +00:00
Patch from felipe.lessa@gmail.com
svn path=/trunk/gtk-sharp/; revision=52987
This commit is contained in:
parent
c89c0bf97d
commit
a69dd0414d
|
@ -684,7 +684,7 @@ class TextViewSample
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Whether the insertion point is displayed</summary>
|
<summary>Whether the insertion point is displayed</summary>
|
||||||
<value>whether the insertion point is visible</value>
|
<value>whether the insertion point is visible</value>
|
||||||
<remarks />
|
<remarks>Defaults to true.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
<Attributes>
|
<Attributes>
|
||||||
<Attribute>
|
<Attribute>
|
||||||
|
@ -702,7 +702,7 @@ class TextViewSample
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>The default left margin</summary>
|
<summary>The default left margin</summary>
|
||||||
<value>the left margin</value>
|
<value>The left margin.</value>
|
||||||
<remarks />
|
<remarks />
|
||||||
</Docs>
|
</Docs>
|
||||||
<Attributes>
|
<Attributes>
|
||||||
|
@ -788,7 +788,7 @@ class TextViewSample
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>The default indentation for paragraphs</summary>
|
<summary>The default indentation for paragraphs</summary>
|
||||||
<value>the number of pixels of indentation</value>
|
<value>The number of pixels of indentation.</value>
|
||||||
<remarks>
|
<remarks>
|
||||||
<para>
|
<para>
|
||||||
Tags in the <see cref="P:Gtk.TextView.Buffer" /> may override the default.
|
Tags in the <see cref="P:Gtk.TextView.Buffer" /> may override the default.
|
||||||
|
@ -811,10 +811,8 @@ class TextViewSample
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Whether the text can be modified by the user</summary>
|
<summary>Whether the text can be modified by the user</summary>
|
||||||
<value>
|
<value>Whether or not the text can be edited by the user.</value>
|
||||||
whether or not the text can be edited by the user
|
<remarks>Defaults to true.</remarks>
|
||||||
</value>
|
|
||||||
<remarks />
|
|
||||||
</Docs>
|
</Docs>
|
||||||
<Attributes>
|
<Attributes>
|
||||||
<Attribute>
|
<Attribute>
|
||||||
|
@ -1517,4 +1515,4 @@ class TextViewSample
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
</Members>
|
</Members>
|
||||||
</Type>
|
</Type>
|
Loading…
Reference in a new issue