2003-02-20 04:03:15 +00:00
<Type Name= "Button" FullName= "Gtk.Button" >
<TypeSignature Language= "C#" Value= "public class Button : Gtk.Bin, Implementor, IWrapper, IWrapper, IDisposable" Maintainer= "Duncan Mak" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<Attributes />
</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-20 04:03:15 +00:00
<summary > A widget that creates a signal when clicked on.</summary>
<remarks >
<para >
The GtkButton widget is generally used to attach a function to that is called when the button is pressed. The various signals and how to use them are outlined below.
</para>
<para >
2003-02-23 07:26:30 +00:00
The GtkButton widget can hold any valid child widget. That is it can hold most any other standard <see cref= "T:Gtk.Widget" /> . The most commonly used child is the <see cref= "T:Gtk.Label" /> .
2003-02-20 04:03:15 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
2003-02-20 04:03:15 +00:00
<BaseTypeName > Gtk.Bin</BaseTypeName>
2003-02-12 02:00:12 +00:00
</Base>
<Interfaces >
<Interface >
<InterfaceName > Atk.Implementor</InterfaceName>
</Interface>
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
<Interface >
<InterfaceName > GLib.IWrapper</InterfaceName>
</Interface>
<Interface >
<InterfaceName > System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members >
2003-03-07 01:30:00 +00:00
<Member MemberName= "ColorSelectionDialog" >
<MemberSignature Language= "C#" Value= "public Gtk.ColorSelectionDialog ColorSelectionDialog { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.ColorSelectionDialog</ReturnType>
</ReturnValue>
<Docs >
<summary > To be added</summary>
<returns > To be added: an object of type 'Gtk.ColorSelectionDialog'</returns>
<remarks > To be added</remarks>
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Button (Gtk.ColorSelectionDialog cs, IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
<Parameter Name= "cs" Type= "Gtk.ColorSelectionDialog" />
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
<Docs >
<summary > To be added</summary>
<param name= "cs" > To be added: an object of type 'Gtk.ColorSelectionDialog'</param>
<param name= "raw" > To be added: an object of type 'IntPtr'</param>
<returns > To be added: an object of type 'Gtk.ColorSelectionDialog+Button'</returns>
<remarks > To be added</remarks>
</Docs>
</Member>
2003-02-12 02:00:12 +00:00
</Members>
</Type>