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:
parent
0c857a906c
commit
6e25e8d543
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2007-06-25 Ankit Jain <jankit@novell.com>
|
||||||
|
|
||||||
* gdk/Gdk.metadata : hide Property.Get for manual impl.
|
* gdk/Gdk.metadata : hide Property.Get for manual impl.
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
return GetGeometry (out junk, out area, out orientation);
|
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);
|
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)
|
public void PresentMenu (Menu menu, uint button, uint activate_time)
|
||||||
|
|
Loading…
Add table
Reference in a new issue