Ryujinx-GtkSharp/doc/en/Gtk/FileSelection+FSButton.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

46 lines
1.7 KiB
XML

<Type Name="FileSelection+FSButton" FullName="Gtk.FileSelection+FSButton">
<TypeSignature Language="C#" Value="public class FSButton : Gtk.Button" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Button</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName="FileSelection">
<MemberSignature Language="C#" Value="public Gtk.FileSelection FileSelection { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>Gtk.FileSelection</ReturnType>
</ReturnValue>
<Docs>
<summary>Returns the parent <see cref="T:Gtk.FileSelection" /></summary>
<value>The parent <see cref="T:Gtk.FileSelection" /></value>
<remarks>
<para>
This class is only used by
<see cref="T:Gtk.Button" />s embedded inside a
<see cref="T:Gtk.FileSelection" />. From the
<see cref="P:Gtk.FileSelection.OKButton" />, you can use
this property to get back to the parent dialog box.
</para>
</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>
Helper class for <see cref="T:Gtk.Button" />s embedded inside a <see cref="T:Gtk.FileSelection" /></summary>
<remarks>
<para>
This class is used as a wrapper around buttons embedded inside
a <see cref="T:Gtk.FileSelection" />. This class exposes an
additional property, <see cref="T:Gtk.FileSelection+FSButton.FileSelection" />, which
can be used to get back to the parent <see cref="T:Gtk.FileSelection" /> dialog.
</para>
</remarks>
</Docs>
</Type>