mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 13:15:39 +00:00
fdcc41a70b
* pango/Pango.metadata : metadata for the pango audit. * pango/*.custom : customizations to fix audited API. * doc/en/* : docs for some api changes and additions. * glib/Marshaller.cs : some gunichar marshal-fu. * glib/glue/unichar.c : a new glue method. svn path=/trunk/gtk-sharp/; revision=32462
48 lines
2.1 KiB
XML
48 lines
2.1 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>0.0.0.0</AssemblyVersion>
|
|
<AssemblyCulture>neutral</AssemblyCulture>
|
|
<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>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 />
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName=".ctor">
|
|
<MemberSignature Language="C#" Value="public CurrentParagraphIndentationChangedArgs ();" />
|
|
<MemberType>Constructor</MemberType>
|
|
<ReturnValue />
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>Public Constructor.</summary>
|
|
<returns>A new <see cref="T:Gtk.CurrentParagraphIndentationChangedArgs" />.</returns>
|
|
<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>
|
|
<returns>An integer, the new indentation level.</returns>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |