run gen-handlerargs-docs.exe for gtk-sharp.dll
svn path=/trunk/gtk-sharp/; revision=37361
This commit is contained in:
parent
8bde6a44a4
commit
62c30e4200
27 changed files with 165 additions and 92 deletions
|
@ -1,6 +1,7 @@
|
|||
2004-12-06 John Luke <john.luke@gmail.com>
|
||||
|
||||
* en/Gtk/Entry.xml: doc a few missing things
|
||||
* en/Gtk/*.xml: run gen-handlerargs-docs.exe for gtk-sharp.dll
|
||||
|
||||
2004-12-06 Shane Landrum <epicene@pobox.com>
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
</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>Object to encapsulate arguments to a <see cref="T:Gtk.AccelCanActivateHandler"/>.</summary>
|
||||
<remarks/>
|
||||
<summary>Object to encapsulate arguments to a <see cref="T:Gtk.AccelCanActivateHandler" />.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<Docs>
|
||||
<summary>Public constructor.</summary>
|
||||
<returns>a <see cref="T:Gtk.AccelCanActivateArgs" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SignalId">
|
||||
|
@ -39,8 +39,8 @@
|
|||
<Docs>
|
||||
<summary>An identifier for a particular signal.</summary>
|
||||
<returns>a <see cref="T:System.UInt32" /></returns>
|
||||
<remarks/>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
|
@ -10,8 +10,8 @@
|
|||
<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>Delegate for determining whether an accelerator can activate a
|
||||
particular widget; see <see cref="E:Gtk.Widget.AccelCanActivate"/></summary>
|
||||
<remarks/>
|
||||
particular widget; see <see cref="E:Gtk.Widget.AccelCanActivate" /></summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
@ -33,4 +33,4 @@
|
|||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="Gtk.AccelCanActivateArgs" />
|
||||
</Parameters>
|
||||
</Type>
|
||||
</Type>
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.EntryCompletion.ActionActivated" /> event invokes <see cref="T:Gtk.ActionActivatedHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.ActionActivatedArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.ActionActivatedArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.ActionActivatedArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.ActionActivatedHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Index">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.EntryCompletion.ActionActivated" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.ActionActivatedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.ActionActivatedHandler" /> to an event, add the ActionActivatedHandler instance to the event. The methods referenced by the ActionActivatedHandler instance are invoked whenever the event is raised, until the ActionActivatedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.AddWidget" /> event invokes <see cref="T:Gtk.AddWidgetHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.AddWidgetArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.AddWidgetArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.AddWidgetArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.AddWidgetHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Widget">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.AddWidget" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.AddWidgetArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.AddWidgetHandler" /> to an event, add the AddWidgetHandler instance to the event. The methods referenced by the AddWidgetHandler instance are invoked whenever the event is raised, until the AddWidgetHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.RadioAction.Changed" /> event invokes <see cref="T:Gtk.ChangedHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.ChangedArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.ChangedArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.ChangedArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.ChangedHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Current">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.RadioAction.Changed" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.ChangedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.ChangedHandler" /> to an event, add the ChangedHandler instance to the event. The methods referenced by the ChangedHandler instance are invoked whenever the event is raised, until the ChangedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.ConnectProxy" /> event invokes <see cref="T:Gtk.ConnectProxyHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.ConnectProxyArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.ConnectProxyArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.ConnectProxyArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.ConnectProxyHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Action">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.ConnectProxy" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.ConnectProxyArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.ConnectProxyHandler" /> to an event, add the ConnectProxyHandler instance to the event. The methods referenced by the ConnectProxyHandler instance are invoked whenever the event is raised, until the ConnectProxyHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.ToolItem.CreateMenuProxy" /> event invokes <see cref="T:Gtk.CreateMenuProxyHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.CreateMenuProxyArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.CreateMenuProxyArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.CreateMenuProxyArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.CreateMenuProxyHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.ToolItem.CreateMenuProxy" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.CreateMenuProxyArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.CreateMenuProxyHandler" /> to an event, add the CreateMenuProxyHandler instance to the event. The methods referenced by the CreateMenuProxyHandler instance are invoked whenever the event is raised, until the CreateMenuProxyHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.DisconnectProxy" /> event invokes <see cref="T:Gtk.DisconnectProxyHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.DisconnectProxyArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.DisconnectProxyArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.DisconnectProxyArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.DisconnectProxyHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Action">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.DisconnectProxy" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.DisconnectProxyArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.DisconnectProxyHandler" /> to an event, add the DisconnectProxyHandler instance to the event. The methods referenced by the DisconnectProxyHandler instance are invoked whenever the event is raised, until the DisconnectProxyHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.EntryCompletion.MatchSelected" /> event invokes <see cref="T:Gtk.MatchSelectedHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.MatchSelectedArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.MatchSelectedArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.MatchSelectedArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.MatchSelectedHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Model">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.EntryCompletion.MatchSelected" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.MatchSelectedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.MatchSelectedHandler" /> to an event, add the MatchSelectedHandler instance to the event. The methods referenced by the MatchSelectedHandler instance are invoked whenever the event is raised, until the MatchSelectedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PathBar.PathClicked" /> event invokes <see cref="T:Gtk.PathClickedHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.PathClickedArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.PathClickedArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.PathClickedArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.PathClickedHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="FilePath">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.PathBar.PathClicked" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PathClickedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PathClickedHandler" /> to an event, add the PathClickedHandler instance to the event. The methods referenced by the PathClickedHandler instance are invoked whenever the event is raised, until the PathClickedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.Toolbar.PopupContextMenu" /> event invokes <see cref="T:Gtk.PopupContextMenuHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.PopupContextMenuArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.PopupContextMenuArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.PopupContextMenuArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.PopupContextMenuHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="X">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.Toolbar.PopupContextMenu" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PopupContextMenuArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PopupContextMenuHandler" /> to an event, add the PopupContextMenuHandler instance to the event. The methods referenced by the PopupContextMenuHandler instance are invoked whenever the event is raised, until the PopupContextMenuHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.PostActivate" /> event invokes <see cref="T:Gtk.PostActivateHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.PostActivateArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.PostActivateArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.PostActivateArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.PostActivateHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Action">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.PostActivate" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PostActivateArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PostActivateHandler" /> to an event, add the PostActivateHandler instance to the event. The methods referenced by the PostActivateHandler instance are invoked whenever the event is raised, until the PostActivateHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.PreActivate" /> event invokes <see cref="T:Gtk.PreActivateHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.PreActivateArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.PreActivateArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.PreActivateArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.PreActivateHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Action">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.UIManager.PreActivate" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.PreActivateArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.PreActivateHandler" /> to an event, add the PreActivateHandler instance to the event. The methods referenced by the PreActivateHandler instance are invoked whenever the event is raised, until the PreActivateHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
|
@ -9,8 +9,10 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event data.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.ToolItem.TooltipSet" /> event invokes <see cref="T:Gtk.TooltipSetHandler" /> delegates which pass event data via this class.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
|
||||
|
@ -24,9 +26,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>a <see cref="T:Gtk.TooltipSetArgs" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Public Constructor.</summary>
|
||||
<returns>A new <see cref="T:Gtk.TooltipSetArgs" />.</returns>
|
||||
<remarks>Create a new <see cref="T:Gtk.TooltipSetArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.TooltipSetHandler" /> delegate.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Tooltips">
|
||||
|
|
|
@ -9,8 +9,12 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:Gtk.ToolItem.TooltipSet" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:Gtk.TooltipSetArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:Gtk.TooltipSetHandler" /> to an event, add the TooltipSetHandler instance to the event. The methods referenced by the TooltipSetHandler instance are invoked whenever the event is raised, until the TooltipSetHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
|
|
Loading…
Add table
Reference in a new issue