コード例 #1
0
ファイル: Gtk_Menu.cs プロジェクト: Kurasuke/gst-plugin-sub
 static extern void gtk_menu_popup_for_device(IntPtr raw, IntPtr device, IntPtr parent_menu_shell, IntPtr parent_menu_item, GtkSharp.MenuPositionFuncNative func, IntPtr data, GLib.DestroyNotify destroy, uint button, uint activate_time);
コード例 #2
0
 static extern void gnome_popup_menu_do_popup(IntPtr popup, GtkSharp.MenuPositionFuncNative pos_func, IntPtr pos_data, IntPtr evnt, IntPtr user_data, IntPtr for_widget);
コード例 #3
0
ファイル: Gtk_Menu.cs プロジェクト: Kurasuke/gst-plugin-sub
 static extern void gtk_menu_popup(IntPtr raw, IntPtr parent_menu_shell, IntPtr parent_menu_item, GtkSharp.MenuPositionFuncNative func, IntPtr data, uint button, uint activate_time);