Ryujinx-GtkSharp/doc/en/GtkSharp/TextPushedHandler.xml
Lee Mallabone eddfeb7c5f First draft of Statusbar and related docs.
svn path=/trunk/gtk-sharp/; revision=12223
2003-03-05 19:21:53 +00:00

26 lines
1.2 KiB
XML

<Type Name="TextPushedHandler" FullName="GtkSharp.TextPushedHandler">
<TypeSignature Language="C#" Value="public sealed delegate void TextPushedHandler (object o, GtkSharp.TextPushedArgs args);" Maintainer="Lee Mallabone" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<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>An event that is fired when messages are pushed onto the message stack of a <see cref="T:Gtk.Statusbar"/>.</summary>
<remarks><para>This event passes data to its handlers with the <see cref="T:GtkSharp.TextPushedArgs"/> class.</para></remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
</Type>