Ryujinx-GtkSharp/doc/en/Gtk/ColorSelectionDialog+ColorSelectionButton.xml
Mike Kestner 3402acb805 assembly version updates for 2.12
svn path=/trunk/gtk-sharp/; revision=90841
2007-12-06 18:37:54 +00:00

49 lines
2.0 KiB
XML

<Type Name="ColorSelectionDialog+ColorSelectionButton" FullName="Gtk.ColorSelectionDialog+ColorSelectionButton">
<TypeSignature Language="C#" Value="public class ColorSelectionDialog.ColorSelectionButton : Gtk.Button" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.12.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Button</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Obsolete("Do not use this class. It will cause your app to crash in mysterious ways.")</AttributeName>
</Attribute>
</Attributes>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ColorSelectionButton (Gtk.ColorSelectionDialog cs, IntPtr raw);" />
<MemberType>Constructor</MemberType>
<Parameters>
<Parameter Name="cs" Type="Gtk.ColorSelectionDialog" />
<Parameter Name="raw" Type="System.IntPtr" />
</Parameters>
<Docs>
<param name="cs">A <see cref="Gtk.ColorSelectionDialog" /> this button belongs to</param>
<param name="raw">An <see cref="T:IntPtr" />, pointer to underlying C color data.</param>
<summary>Constructor.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="ColorSelectionDialog">
<MemberSignature Language="C#" Value="public Gtk.ColorSelectionDialog ColorSelectionDialog { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>Gtk.ColorSelectionDialog</ReturnType>
</ReturnValue>
<Docs>
<summary>The color selection dialog this button belongs to.</summary>
<value>A <see cref="Gtk.ColorSelectionDialog" /> this button belongs to</value>
<remarks />
</Docs>
</Member>
</Members>
<Docs>
<summary>For internal use.</summary>
<remarks>A button used in <see cref="M:Gtk.ColorSelectionDialog" />; not needed by developers.</remarks>
</Docs>
</Type>