mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:55:38 +00:00
352fc8e849
Didn't audit any of this.
23 lines
960 B
XML
23 lines
960 B
XML
<Type Name="PageSetupDoneFunc" FullName="Gtk.PageSetupDoneFunc">
|
|
<TypeSignature Language="C#" Value="public delegate void PageSetupDoneFunc(PageSetup page_setup);" />
|
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed PageSetupDoneFunc extends System.MulticastDelegate" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="page_setup" Type="Gtk.PageSetup" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="page_setup">The completed page setup.</param>
|
|
<summary>Page Setup Done callback delegate.</summary>
|
|
<remarks>Pass an instance of this delegate to <see cref="M:Gtk.Print.RunPageSetupDialogAsync" /> to receive notification of asynchronous page setup completion.</remarks>
|
|
<since version="Gtk# 2.10" />
|
|
</Docs>
|
|
</Type>
|