* en/Gtk/Orientation.xml: more documentation from
Jonathan Kessler <Jwkpiano1@comcast.net>. svn path=/trunk/gtk-sharp/; revision=16722
This commit is contained in:
parent
118f7946c5
commit
d7e00855fa
2 changed files with 9 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
2003-07-26 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* en/Gtk/Orientation.xml:
|
||||
* en/Gtk/MetricType.xml:
|
||||
* en/Gtk/ObjectFlags.xml: more documentation from
|
||||
Jonathan Kessler <Jwkpiano1@comcast.net>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Type Name="Orientation" FullName="Gtk.Orientation">
|
||||
<TypeSignature Language="C#" Maintainer="auto" Value="public enum Orientation;" />
|
||||
<TypeSignature Language="C#" Maintainer="Jonathan Kessler (Jwkpiano1@comcast.net)" Value="public enum Orientation;" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
|
@ -7,8 +7,8 @@
|
|||
</AssemblyInfo>
|
||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>An enumeration storing the current orientation.</summary>
|
||||
<remarks></remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Enum</BaseTypeName>
|
||||
|
@ -34,8 +34,8 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>The horizontal orientation.</summary>
|
||||
<remarks></remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Vertical">
|
||||
|
@ -46,8 +46,8 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>The vertical orientation.</summary>
|
||||
<remarks></remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="value__">
|
||||
|
@ -63,4 +63,4 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue