2003-02-12 02:00:12 +00:00
<Type Name= "ColorSelectionDialog" FullName= "Gtk.ColorSelectionDialog" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Lee Mallabone" Value= "public class ColorSelectionDialog : Gtk.Dialog" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi beforefieldinit ColorSelectionDialog extends Gtk.Dialog" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
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>
2011-11-09 16:01:51 +00:00
<Base >
<BaseTypeName > Gtk.Dialog</BaseTypeName>
</Base>
<Interfaces >
</Interfaces>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-25 14:22:39 +00:00
<summary > A standard dialog box for selecting a color.</summary>
2003-03-07 01:30:00 +00:00
<remarks >
<para > The ColorSelectionDialog provides a standard <see cref= "T:Gtk.Dialog" /> which allows the user to select a color much like the <see cref= "T:Gtk.FileSelection" /> provides a standard dialog for file selection.</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public ColorSelectionDialog (IntPtr raw);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor(native int raw) cil managed" />
2003-02-12 02:00:12 +00:00
<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
<param name= "raw" > Pointer to the C object.</param>
2011-11-09 16:01:51 +00:00
<summary > Internal constructor</summary>
2003-02-23 07:26:30 +00:00
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public ColorSelectionDialog (string title);" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor(string title) cil managed" />
2003-02-12 02:00:12 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "title" Type= "System.String" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-25 14:22:39 +00:00
<param name= "title" > A title that will appear in the window's title bar.</param>
2011-11-09 16:01:51 +00:00
<summary > The main way to construct a new color selector.</summary>
2004-08-28 01:45:27 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "CancelButton" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public Gtk.Button CancelButton { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance class Gtk.Button CancelButton" />
2003-02-12 02:00:12 +00:00
<MemberType > Property</MemberType>
2011-11-09 16:01:51 +00:00
<Attributes >
<Attribute >
<AttributeName > GLib.Property("cancel-button")</AttributeName>
</Attribute>
</Attributes>
2003-02-12 02:00:12 +00:00
<ReturnValue >
<ReturnType > Gtk.Button</ReturnType>
</ReturnValue>
<Docs >
2003-02-25 14:22:39 +00:00
<summary > A button for cancelling this dialog</summary>
2005-05-23 20:41:51 +00:00
<value > A standard <see cref= "T:Gtk.Button" /> .</value>
2003-03-07 01:30:00 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "ColorSelection" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public Gtk.ColorSelection ColorSelection { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance class Gtk.ColorSelection ColorSelection" />
2003-02-12 02:00:12 +00:00
<MemberType > Property</MemberType>
2011-11-09 16:01:51 +00:00
<Attributes >
<Attribute >
<AttributeName > GLib.Property("color-selection")</AttributeName>
</Attribute>
</Attributes>
2003-02-12 02:00:12 +00:00
<ReturnValue >
<ReturnType > Gtk.ColorSelection</ReturnType>
</ReturnValue>
<Docs >
2003-02-25 14:22:39 +00:00
<summary > An accessor to the actual ColorSelection widget.</summary>
2005-05-23 20:41:51 +00:00
<value > The ColorSelection component of this <see cref= "T:Gtk.Dialog" /> .</value>
2003-03-07 01:30:00 +00:00
<remarks >
<para > All color-related functions are available using the methods on this property, such as <see cref= "P:Gtk.ColorSelection.CurrentColor" /> .</para>
</remarks>
</Docs>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property valuetype GLib.GType GType" />
2003-12-24 01:35:30 +00:00
<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.ColorSelectionDialog" /> .</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
2011-11-09 16:01:51 +00:00
<Member MemberName= "HelpButton" >
<MemberSignature Language= "C#" Value= "public Gtk.Button HelpButton { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance class Gtk.Button HelpButton" />
<MemberType > Property</MemberType>
<Attributes >
<Attribute >
<AttributeName > GLib.Property("help-button")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue >
<ReturnType > Gtk.Button</ReturnType>
</ReturnValue>
2003-03-07 01:30:00 +00:00
<Docs >
2011-11-09 16:01:51 +00:00
<summary > A button for providing help with this dialog</summary>
<value > A standard <see cref= "T:Gtk.Button" /> .</value>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
2011-11-09 16:01:51 +00:00
</Member>
<Member MemberName= "OkButton" >
<MemberSignature Language= "C#" Value= "public Gtk.Button OkButton { get; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance class Gtk.Button OkButton" />
<MemberType > Property</MemberType>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2011-11-09 16:01:51 +00:00
<AttributeName > GLib.Property("ok-button")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
2011-11-09 16:01:51 +00:00
<ReturnValue >
<ReturnType > Gtk.Button</ReturnType>
</ReturnValue>
<Docs >
<summary > A button to confirm use of the selected color.</summary>
<value > A standard <see cref= "T:Gtk.Button" /> .</value>
<remarks />
</Docs>
2005-08-23 17:02:47 +00:00
</Member>
2003-02-12 02:00:12 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>