2007-06-25 Mike Kestner <mkestner@novell.com>

* gtk/StatusIcon.custom : present_icon is in the glue lib.

svn path=/trunk/gtk-sharp/; revision=80713
This commit is contained in:
Mike Kestner 2007-06-25 18:35:26 +00:00
parent 0c857a906c
commit 6e25e8d543
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-06-25 Mike Kestner <mkestner@novell.com>
* gtk/StatusIcon.custom : present_icon is in the glue lib.
2007-06-25 Ankit Jain <jankit@novell.com>
* gdk/Gdk.metadata : hide Property.Get for manual impl.

View file

@ -25,7 +25,7 @@
return GetGeometry (out junk, out area, out orientation);
}
[DllImport("libgtk-win32-2.0-0.dll")]
[DllImport("gtksharpglue-2")]
static extern void gtksharp_gtk_status_icon_present_menu (IntPtr raw, IntPtr menu, uint button, uint activate_time);
public void PresentMenu (Menu menu, uint button, uint activate_time)