Ryujinx-GtkSharp/doc/en/Gtk/FSButton.xml
Shane Landrum e4b716e18c 2004-09-13 Shane Landrum <epicene@pobox.com>
* en/Gtk/Accelerator.xml
	* en/Gtk/Arg.xml
	* en/Gtk/CallbackInvoker.xml
	* en/Gtk/CellRendererState.xml
	* en/Gtk/ColorSelectionButton.xml
	* en/Gtk/Combo.xml
	* en/Gtk/Container.xml
	* en/Gtk/Decorated.xml
	* en/Gtk/Dialog.xml
	* en/Gtk/Drag.xml
	* en/Gtk/FSButton.xml
	* en/Gtk/FileSelection.xml
	* en/Gtk/Function.xml
	* en/Gtk/Gc.xml
	* en/Gtk/Grab.xml
	* en/Gtk/HandleBox.xml
	* en/Gtk/Input.xml
	* en/Gtk/InputDialog.xml
	* en/Gtk/Widget.xml
	* en/Gtk/Window.xml: Miscellaneous class docs.

svn path=/trunk/gtk-sharp/; revision=33798
2004-09-13 05:48:17 +00:00

65 lines
2.4 KiB
XML

<Type Name="FSButton" FullName="Gtk.FileSelection+FSButton">
<TypeSignature Language="C#" Value="public class FSButton : Gtk.Button, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="duncan" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</AssemblyInfo>
<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>
<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>
<Base>
<BaseTypeName>Gtk.Button</BaseTypeName>
</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>
<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>
<returns>The parent <see cref="T:Gtk.FileSelection" /></returns>
<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>
</Type>