Ryujinx-GtkSharp/doc/en/Gtk/CurrentParagraphIndentationChangedArgs.xml
Mike Kestner 33cc251399 html assembly version update and stubs
svn path=/trunk/gtk-sharp/; revision=97075
2008-03-01 13:52:20 +00:00

45 lines
2.0 KiB
XML

<Type Name="CurrentParagraphIndentationChangedArgs" FullName="Gtk.CurrentParagraphIndentationChangedArgs">
<TypeSignature Language="C#" Value="public class CurrentParagraphIndentationChangedArgs : GLib.SignalArgs" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gtkhtml-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>3.16.0.0</AssemblyVersion>
</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>Event data.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTML.CurrentParagraphIndentationChanged" /> event invokes <see cref="T:Gtk.CurrentParagraphIndentationChangedHandler" /> delegates which pass event data via this class.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CurrentParagraphIndentationChangedArgs ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Public Constructor.</summary>
<remarks>Create a new <see cref="T:Gtk.CurrentParagraphIndentationChangedArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.CurrentParagraphIndentationChangedHandler" /> delegate.</remarks>
</Docs>
</Member>
<Member MemberName="NewIndentation">
<MemberSignature Language="C#" Value="public uint NewIndentation { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Docs>
<summary>The new indentation level of the paragraph.</summary>
<value>An integer, the new indentation level.</value>
<remarks />
</Docs>
</Member>
</Members>
</Type>