mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 16:45:34 +00:00
event handler docs for 2.10 API additions.
svn path=/trunk/gtk-sharp/; revision=71460
This commit is contained in:
parent
9210a3fdcb
commit
85c4be0888
28
doc/en/Gtk/AccelClearedHandler.xml
Normal file
28
doc/en/Gtk/AccelClearedHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="AccelClearedHandler" FullName="Gtk.AccelClearedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void AccelClearedHandler(object o, AccelClearedArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.AccelClearedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.CellRendererAccel.AccelCleared" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.AccelClearedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.AccelClearedHandler" /> to an event, add the AccelClearedHandler instance to the event. The methods referenced by the AccelClearedHandler instance are invoked whenever the event is raised, until the AccelClearedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/AccelEditedHandler.xml
Normal file
28
doc/en/Gtk/AccelEditedHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="AccelEditedHandler" FullName="Gtk.AccelEditedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void AccelEditedHandler(object o, AccelEditedArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.AccelEditedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.CellRendererAccel.AccelEdited" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.AccelEditedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.AccelEditedHandler" /> to an event, add the AccelEditedHandler instance to the event. The methods referenced by the AccelEditedHandler instance are invoked whenever the event is raised, until the AccelEditedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/BeginPrintHandler.xml
Normal file
28
doc/en/Gtk/BeginPrintHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="BeginPrintHandler" FullName="Gtk.BeginPrintHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void BeginPrintHandler(object o, BeginPrintArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.BeginPrintArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.BeginPrint" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.BeginPrintArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.BeginPrintHandler" /> to an event, add the BeginPrintHandler instance to the event. The methods referenced by the BeginPrintHandler instance are invoked whenever the event is raised, until the BeginPrintHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/CreateCustomWidgetHandler.xml
Normal file
28
doc/en/Gtk/CreateCustomWidgetHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="CreateCustomWidgetHandler" FullName="Gtk.CreateCustomWidgetHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void CreateCustomWidgetHandler(object o, CreateCustomWidgetArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.CreateCustomWidgetArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.CreateCustomWidget" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.CreateCustomWidgetArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.CreateCustomWidgetHandler" /> to an event, add the CreateCustomWidgetHandler instance to the event. The methods referenced by the CreateCustomWidgetHandler instance are invoked whenever the event is raised, until the CreateCustomWidgetHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/CustomWidgetApplyHandler.xml
Normal file
28
doc/en/Gtk/CustomWidgetApplyHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="CustomWidgetApplyHandler" FullName="Gtk.CustomWidgetApplyHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void CustomWidgetApplyHandler(object o, CustomWidgetApplyArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.CustomWidgetApplyArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.CustomWidgetApply" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.CustomWidgetApplyArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.CustomWidgetApplyHandler" /> to an event, add the CustomWidgetApplyHandler instance to the event. The methods referenced by the CustomWidgetApplyHandler instance are invoked whenever the event is raised, until the CustomWidgetApplyHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/DetailsAcquiredHandler.xml
Normal file
28
doc/en/Gtk/DetailsAcquiredHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="DetailsAcquiredHandler" FullName="Gtk.DetailsAcquiredHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void DetailsAcquiredHandler(object o, DetailsAcquiredArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.DetailsAcquiredArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.Printer.DetailsAcquired" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.DetailsAcquiredArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.DetailsAcquiredHandler" /> to an event, add the DetailsAcquiredHandler instance to the event. The methods referenced by the DetailsAcquiredHandler instance are invoked whenever the event is raised, until the DetailsAcquiredHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/DoneHandler.xml
Normal file
28
doc/en/Gtk/DoneHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="DoneHandler" FullName="Gtk.DoneHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void DoneHandler(object o, DoneArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.DoneArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.Done" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.DoneArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.DoneHandler" /> to an event, add the DoneHandler instance to the event. The methods referenced by the DoneHandler instance are invoked whenever the event is raised, until the DoneHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/DrawPageHandler.xml
Normal file
28
doc/en/Gtk/DrawPageHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="DrawPageHandler" FullName="Gtk.DrawPageHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void DrawPageHandler(object o, DrawPageArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.DrawPageArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.DrawPage" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.DrawPageArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.DrawPageHandler" /> to an event, add the DrawPageHandler instance to the event. The methods referenced by the DrawPageHandler instance are invoked whenever the event is raised, until the DrawPageHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/EndPrintHandler.xml
Normal file
28
doc/en/Gtk/EndPrintHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="EndPrintHandler" FullName="Gtk.EndPrintHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void EndPrintHandler(object o, EndPrintArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.EndPrintArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.EndPrint" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.EndPrintArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.EndPrintHandler" /> to an event, add the EndPrintHandler instance to the event. The methods referenced by the EndPrintHandler instance are invoked whenever the event is raised, until the EndPrintHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/GotPageSizeHandler.xml
Normal file
28
doc/en/Gtk/GotPageSizeHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="GotPageSizeHandler" FullName="Gtk.GotPageSizeHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void GotPageSizeHandler(object o, GotPageSizeArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.GotPageSizeArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.GotPageSize" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.GotPageSizeArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.GotPageSizeHandler" /> to an event, add the GotPageSizeHandler instance to the event. The methods referenced by the GotPageSizeHandler instance are invoked whenever the event is raised, until the GotPageSizeHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/PaginateHandler.xml
Normal file
28
doc/en/Gtk/PaginateHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="PaginateHandler" FullName="Gtk.PaginateHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void PaginateHandler(object o, PaginateArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.PaginateArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.Paginate" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PaginateArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PaginateHandler" /> to an event, add the PaginateHandler instance to the event. The methods referenced by the PaginateHandler instance are invoked whenever the event is raised, until the PaginateHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/PrepareHandler.xml
Normal file
28
doc/en/Gtk/PrepareHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="PrepareHandler" FullName="Gtk.PrepareHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void PrepareHandler(object o, PrepareArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.PrepareArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.Assistant.Prepare" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PrepareArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PrepareHandler" /> to an event, add the PrepareHandler instance to the event. The methods referenced by the PrepareHandler instance are invoked whenever the event is raised, until the PrepareHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/PreviewHandler.xml
Normal file
28
doc/en/Gtk/PreviewHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="PreviewHandler" FullName="Gtk.PreviewHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void PreviewHandler(object o, PreviewArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.PreviewArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.Preview" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PreviewArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PreviewHandler" /> to an event, add the PreviewHandler instance to the event. The methods referenced by the PreviewHandler instance are invoked whenever the event is raised, until the PreviewHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/PrinterAddedHandler.xml
Normal file
28
doc/en/Gtk/PrinterAddedHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="PrinterAddedHandler" FullName="Gtk.PrinterAddedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void PrinterAddedHandler(object o, PrinterAddedArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.PrinterAddedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintBackend.PrinterAdded" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PrinterAddedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PrinterAddedHandler" /> to an event, add the PrinterAddedHandler instance to the event. The methods referenced by the PrinterAddedHandler instance are invoked whenever the event is raised, until the PrinterAddedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/PrinterRemovedHandler.xml
Normal file
28
doc/en/Gtk/PrinterRemovedHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="PrinterRemovedHandler" FullName="Gtk.PrinterRemovedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void PrinterRemovedHandler(object o, PrinterRemovedArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.PrinterRemovedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintBackend.PrinterRemoved" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PrinterRemovedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PrinterRemovedHandler" /> to an event, add the PrinterRemovedHandler instance to the event. The methods referenced by the PrinterRemovedHandler instance are invoked whenever the event is raised, until the PrinterRemovedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/PrinterStatusChangedHandler.xml
Normal file
28
doc/en/Gtk/PrinterStatusChangedHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="PrinterStatusChangedHandler" FullName="Gtk.PrinterStatusChangedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void PrinterStatusChangedHandler(object o, PrinterStatusChangedArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.PrinterStatusChangedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintBackend.PrinterStatusChanged" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PrinterStatusChangedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PrinterStatusChangedHandler" /> to an event, add the PrinterStatusChangedHandler instance to the event. The methods referenced by the PrinterStatusChangedHandler instance are invoked whenever the event is raised, until the PrinterStatusChangedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/ReadyHandler.xml
Normal file
28
doc/en/Gtk/ReadyHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="ReadyHandler" FullName="Gtk.ReadyHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void ReadyHandler(object o, ReadyArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.ReadyArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.Ready" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.ReadyArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.ReadyHandler" /> to an event, add the ReadyHandler instance to the event. The methods referenced by the ReadyHandler instance are invoked whenever the event is raised, until the ReadyHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/ReorderTabHandler.xml
Normal file
28
doc/en/Gtk/ReorderTabHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="ReorderTabHandler" FullName="Gtk.ReorderTabHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void ReorderTabHandler(object o, ReorderTabArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.ReorderTabArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.Notebook.ReorderTab" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.ReorderTabArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.ReorderTabHandler" /> to an event, add the ReorderTabHandler instance to the event. The methods referenced by the ReorderTabHandler instance are invoked whenever the event is raised, until the ReorderTabHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/RequestPageSetupHandler.xml
Normal file
28
doc/en/Gtk/RequestPageSetupHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="RequestPageSetupHandler" FullName="Gtk.RequestPageSetupHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void RequestPageSetupHandler(object o, RequestPageSetupArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.RequestPageSetupArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PrintOperation.RequestPageSetup" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.RequestPageSetupArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.RequestPageSetupHandler" /> to an event, add the RequestPageSetupHandler instance to the event. The methods referenced by the RequestPageSetupHandler instance are invoked whenever the event is raised, until the RequestPageSetupHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
28
doc/en/Gtk/SizeChangedHandler.xml
Normal file
28
doc/en/Gtk/SizeChangedHandler.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<Type Name="SizeChangedHandler" FullName="Gtk.SizeChangedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void SizeChangedHandler(object o, SizeChangedArgs args);" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.SizeChangedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.StatusIcon.SizeChanged" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.SizeChangedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.SizeChangedHandler" /> to an event, add the SizeChangedHandler instance to the event. The methods referenced by the SizeChangedHandler instance are invoked whenever the event is raised, until the SizeChangedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.10" />
|
||||
</Docs>
|
||||
</Type>
|
Loading…
Reference in a new issue