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