2003-02-12 02:00:12 +00:00
<Type Name= "Arrow" FullName= "Gtk.Arrow" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Kevin Breit" Value= "public class Arrow : Gtk.Misc" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2006-08-04 19:43:19 +00:00
<AssemblyVersion > 2.10.0.0</AssemblyVersion>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 23:20:50 +00:00
<summary > Produces an Arrow pointing in one of four cardinal directions.</summary>
<remarks >
<para >
2003-02-25 04:19:38 +00:00
Arrow should be used to draw simple arrows that need to
2003-03-07 01:30:00 +00:00
point in one of the four cardinal directions ( <see cref= "P:Gtk.ArrowType.Up" /> , <see cref= "P:Gtk.ArrowType.Down" /> , <see cref= "P:Gtk.ArrowType.Left" /> , or <see cref= "P:Gtk.ArrowType.Right" /> ).
2003-02-25 04:19:38 +00:00
The style of the arrow can
2003-03-07 01:30:00 +00:00
be one of the following: <see cref= "P:Gtk.ShadowType.None" /> ,
<see cref= "P:Gtk.ShadowType.In" /> , <see cref= "P:Gtk.ShadowType.Out" /> , <see cref= "P:Gtk.ShadowType.EtchedIn" /> and <see cref= "P:Gtk.ShadowType.EtchedOut" /> . Note that these directions and style types may be ammended in versions of Gtk to come.
2003-02-21 23:20:50 +00:00
</para>
2003-02-23 07:26:30 +00:00
<para >
2003-02-25 04:19:38 +00:00
Arrow will fill any space alloted to it, but since it is
inherited from <see cref= "C:Gtk.Misc" /> , it can be padded
and/or aligned, fill exactly the space the programmer
desires.
2003-02-21 23:20:50 +00:00
</para>
2003-02-23 07:26:30 +00:00
<para >
2003-02-25 04:19:38 +00:00
The direction or style of an arrow can be changed after
creation by using <see cref= "P:Gtk.Arrow.ArrowType" /> .
2003-02-21 23:20:50 +00:00
</para>
2003-02-23 07:26:30 +00:00
</remarks>
</Docs>
2003-02-12 02:00:12 +00:00
<Base >
<BaseTypeName > Gtk.Misc</BaseTypeName>
</Base>
2007-01-16 16:18:05 +00:00
<Interfaces >
</Interfaces>
2003-02-12 02:00:12 +00:00
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Arrow (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
2003-02-21 23:20:50 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para > This is an internal constructor, and should not be used by user code.</para>
2003-02-21 23:20:50 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Arrow (Gtk.ArrowType arrow_type, Gtk.ShadowType shadow_type);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "arrow_type" Type= "Gtk.ArrowType" />
<Parameter Name= "shadow_type" Type= "Gtk.ShadowType" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 23:20:50 +00:00
<summary > Constructor</summary>
<param name= "arrow_type" > A valid ArrowType.</param>
<param name= "shadow_type" > A valid ShadowType.</param>
2003-02-23 07:26:30 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "ShadowType" >
<MemberSignature Language= "C#" Value= "public Gtk.ShadowType ShadowType { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.ShadowType</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 23:20:50 +00:00
<summary > Used to change the appearance of an outline typically provided by a Frame.</summary>
2005-05-23 20:41:51 +00:00
<value > Returns a new ShadowType.</value>
2003-02-21 23:20:50 +00:00
<remarks >
<para >
2003-02-23 07:26:30 +00:00
Changes the appearance of an outline typically provided by a <see cref= "T:Gtk.Frame" /> .
2003-02-21 23:20:50 +00:00
</para>
2003-02-23 07:26:30 +00:00
<para >
2003-03-07 01:30:00 +00:00
The shadow types are: <see cref= "P:Gtk.ShadowType.None" /> ,
<see cref= "P:Gtk.ShadowType.In" /> ,
<see cref= "P:Gtk.ShadowType.Out" /> , <see cref= "P:Gtk.ShadowType.EtchedIn" /> and <see cref= "P:Gtk.ShadowType.EtchedOut" /> .
2003-02-21 23:20:50 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.Property("shadow-type")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "ArrowType" >
<MemberSignature Language= "C#" Value= "public Gtk.ArrowType ArrowType { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.ArrowType</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 23:20:50 +00:00
<summary > Used to change the direction of an Arrow.</summary>
2005-05-23 20:41:51 +00:00
<value > A new Arrow.</value>
2003-02-21 23:20:50 +00:00
<remarks >
<para >
Changes the direction of an Arrow.
</para>
<para >
2003-03-07 01:30:00 +00:00
The cardinal directions are: <see cref= "P:Gtk.ArrowType.Up" /> , <see cref= "P:Gtk.ArrowType.Down" /> , <see cref= "P:Gtk.ArrowType.Left" /> and <see cref= "P:Gtk.ArrowType.Right" /> .
2003-02-21 23:20:50 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.Property("arrow-type")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-06-21 20:14:42 +00:00
<summary > GType Property.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-06-21 20:14:42 +00:00
<remarks > Returns the native <see cref= "T:GLib.GType" /> value for <see cref= "T:Gtk.Arrow" /> .</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
2003-03-07 01:30:00 +00:00
<Member MemberName= ".ctor" >
2003-12-24 01:35:30 +00:00
<MemberSignature Language= "C#" Value= "protected Arrow (GLib.GType gtype);" />
2003-03-07 01:30:00 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-12-24 01:35:30 +00:00
<Parameter Name= "gtype" Type= "GLib.GType" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-03-07 01:30:00 +00:00
<Docs >
2004-06-21 20:33:11 +00:00
<summary > Protected Constructor.</summary>
2003-12-24 01:35:30 +00:00
<param name= "gtype" > a <see cref= "T:GLib.GType" /> </param>
2004-06-21 20:33:11 +00:00
<remarks > Chain to this constructor if you have manually registered a native <see cref= "T:GLib.GType" /> value for your subclass.</remarks>
2003-03-07 01:30:00 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > System.Obsolete</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>