mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 20:45:28 +00:00
80a32deaa6
* Pango/*.xml : run updater and kill stubbed deprecates * Atk/*.xml : run updater and kill stubbed deprecates * Gdk/*.xml : run updater and kill stubbed deprecates * Gtk/*.xml : run updater and kill stubbed deprecates svn path=/trunk/gtk-sharp/; revision=23492
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<Type Name="TextPushedHandler" FullName="Gtk.TextPushedHandler">
|
|
<TypeSignature Language="C#" Maintainer="Lee Mallabone" Value="public sealed delegate void TextPushedHandler (object o, Gtk.TextPushedArgs args);" />
|
|
<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:Gtk.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 />
|
|
<Parameters>
|
|
<Parameter Name="o" Type="System.Object" />
|
|
<Parameter Name="args" Type="Gtk.TextPushedArgs" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type> |