Ryujinx-GtkSharp/doc/en/Gtk/ColorSelectionDialog+ColorSelectionButton.xml
Mike Kestner f8d36b9453 2005-05-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : add monodocer-fu.

2005-05-23  Mike Kestner  <mkestner@novell.com>

	* Makefile.am : switch to monodocer
	* updater : kill
	* en/*/*.xml : enormo-diff from monodocer first run without --delete.

svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00

49 lines
2.0 KiB
XML

<Type Name="ColorSelectionDialog+ColorSelectionButton" FullName="Gtk.ColorSelectionDialog+ColorSelectionButton">
<TypeSignature Language="C#" Value="public class ColorSelectionButton : Gtk.Button" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Button</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Do not use this class. It will cause your app to crash in mysterious ways.", IsError=False)</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>