2004-02-25 20:15:44 +00:00
<Type Name= "TextPushedArgs" FullName= "Gtk.TextPushedArgs" >
2004-06-23 21:49:09 +00:00
<TypeSignature Language= "C#" Value= "public class TextPushedArgs : GLib.SignalArgs" Maintainer= "Lee Mallabone" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2007-12-06 18:37:54 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2003-03-07 01:30:00 +00:00
<summary > Passes data to handlers of <see cref= "F:Gtk.Statusbar.TextPushedHandler" /> events.</summary>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
2004-06-23 21:49:09 +00:00
<BaseTypeName > GLib.SignalArgs</BaseTypeName>
2003-02-12 02:00:12 +00:00
</Base>
<Interfaces />
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public TextPushedArgs ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2003-03-05 19:21:53 +00:00
<summary > Creates a new object that encapsulates the data that has been pushed onto a message stack.</summary>
2003-03-07 01:30:00 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Text" >
<MemberSignature Language= "C#" Value= "public string Text { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.String</ReturnType>
</ReturnValue>
<Docs >
2003-03-05 19:21:53 +00:00
<summary > Retrieve the text that was 'pushed'.</summary>
2005-05-23 20:41:51 +00:00
<value > The string added to the top of the Statusbar's message stack</value>
2003-03-07 01:30:00 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "ContextId" >
<MemberSignature Language= "C#" Value= "public uint ContextId { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.UInt32</ReturnType>
</ReturnValue>
<Docs >
2003-03-05 19:21:53 +00:00
<summary > Retrieve the context identifier for the message that was added.</summary>
2005-05-23 20:41:51 +00:00
<value > An integer context ID.</value>
2003-03-07 01:30:00 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>