<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>