mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 17:15:34 +00:00
6032cbafcb
* Menu.xml * MenuDetachFunc.xml * MenuItem.xml * MenuPositionFunc.xml * MenuShell.xml: Docs for menu-related classes. svn path=/trunk/gtk-sharp/; revision=32983
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<Type Name="MenuPositionFunc" FullName="Gtk.MenuPositionFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate void MenuPositionFunc (Gtk.Menu menu, out int x, out int y, out bool push_in);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<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>A delegate function for positioning a popup menu.</summary>
|
|
<remarks>Gets invoked by <see cref="M:Gtk.Menu.Popup"/>.</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.ICloneable</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Attributes />
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="menu" Type="Gtk.Menu" />
|
|
<Parameter Name="x" Type="System.Int32" />
|
|
<Parameter Name="y" Type="System.Int32" />
|
|
<Parameter Name="push_in" Type="System.Boolean" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|