doc a few missing things here

svn path=/trunk/gtk-sharp/; revision=37360
This commit is contained in:
John Luke 2004-12-08 02:27:49 +00:00
parent 480af4c763
commit 8bde6a44a4
2 changed files with 30 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2004-12-06 John Luke <john.luke@gmail.com>
* en/Gtk/Entry.xml: doc a few missing things
2004-12-06 Shane Landrum <epicene@pobox.com>
* en/Gtk/AccelCanActivateHandler.xml

View File

@ -1017,9 +1017,14 @@ class EntrySample
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The horizontal alignment, from 0 (left) to 1 (right).</summary>
<returns>a <see cref="T:System.Single" /></returns>
<remarks>To be added</remarks>
<remarks>Reversed for RTL layouts.
<para>
Allowed values: [0,1]
</para><para>
Default value: 0
</para></remarks>
</Docs>
</Member>
<Member MemberName="Alignment">
@ -1030,9 +1035,12 @@ class EntrySample
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The alignment for the contents of the entry</summary>
<returns>a <see cref="T:System.Single" /></returns>
<remarks>To be added</remarks>
<remarks>This controls the horizontal positioning of the contents when the displayed text is shorter than the width of the entry.
<para>
The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts
</para></remarks>
</Docs>
</Member>
<Member MemberName="Completion">
@ -1043,9 +1051,9 @@ class EntrySample
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>The auxiliary completion object</summary>
<returns>a <see cref="T:Gtk.EntryCompletion" /></returns>
<remarks>To be added</remarks>
<remarks>All further configuration of the completion mechanism is done on completion using the <see cref="T:Gtk.EntryCompletion" /> API.</remarks>
</Docs>
</Member>
<Member MemberName="PrependText">
@ -1058,9 +1066,9 @@ class EntrySample
<Parameter Name="text" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Prepends the given text to the contents of the widget.</summary>
<param name="text">a <see cref="T:System.String" /></param>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="AppendText">
@ -1073,9 +1081,9 @@ class EntrySample
<Parameter Name="text" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<summary>Appends the given text to the contents of the widget.</summary>
<param name="text">a <see cref="T:System.String" /></param>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName=".ctor">
@ -1086,10 +1094,15 @@ class EntrySample
<Parameter Name="max" Type="System.Int32" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="max">a <see cref="T:System.Int32" /></param>
<summary>Creates a new <see cref="T:Gtk.Entry" /> with the given maximum length.</summary>
<param name="max">a <see cref="T:System.Int32" />, the maximum length of the entry, or 0 for no maximum.</param>
<returns>a <see cref="T:Gtk.Entry" /></returns>
<remarks>To be added</remarks>
<remarks>
<block subset="none" type="note">
<para>the existence of this function is inconsistent with the rest of the Gtk API. The normal setup would be to just require the user to make an extra call to <see cref="P:Gtk.Entry.MaxLength" /> instead. It is not expected that this function will be removed, but it would be better practice not to use it.
</para>
</block>
</remarks>
</Docs>
</Member>
</Members>