Ryujinx-GtkSharp/doc/en/Gtk/PopulatePopupArgs.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

66 lines
2.5 KiB
XML

<Type Name="PopulatePopupArgs" FullName="Gtk.PopulatePopupArgs">
<TypeSignature Language="C#" Value="public class PopulatePopupArgs : GLib.SignalArgs" Maintainer="auto" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PopulatePopupArgs extends GLib.SignalArgs" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
</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>
<Base>
<BaseTypeName>GLib.SignalArgs</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Event data for populating a popup.</summary>
<remarks>
<para>The following events invoke <see cref="T:Gtk.PopulatePopupHandler" /> delegates which pass event data via this class:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Gtk.Label.PopulatePopup" />
</term>
</item>
<item>
<term>
<see cref="M:Gtk.Entry.PopulatePopup" />
</term>
</item>
<item>
<term>
<see cref="M:Gtk.TextView.PopulatePopup" />
</term>
</item>
</list>
</para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PopulatePopupArgs ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Public Constructor.</summary>
<remarks>Create a new <see cref="T:Gtk.PopulatePopupArgs" /> instance with this constructor if you need to invoke a <see cref="T:Gtk.PopulatePopupHandler" /> delegate.</remarks>
</Docs>
</Member>
<Member MemberName="Menu">
<MemberSignature Language="C#" Value="public Gtk.Menu Menu { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Gtk.Menu Menu" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>Gtk.Menu</ReturnType>
</ReturnValue>
<Docs>
<summary>Data for populating the popup menu.</summary>
<value>a <see cref="Gtk.Menu" /></value>
<remarks />
</Docs>
</Member>
</Members>
</Type>