no more submodule
This commit is contained in:
27
GtkSharp/Source/OldStuff/doc/en/Gtk/TextPushedHandler.xml
Normal file
27
GtkSharp/Source/OldStuff/doc/en/Gtk/TextPushedHandler.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<Type Name="TextPushedHandler" FullName="Gtk.TextPushedHandler">
|
||||
<TypeSignature Language="C#" Maintainer="Lee Mallabone" Value="public delegate void TextPushedHandler(object o, TextPushedArgs args);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed TextPushedHandler extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
</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>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.TextPushedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>An event that is raised 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>
|
||||
<Members />
|
||||
</Type>
|
||||
Reference in New Issue
Block a user