Esempio n. 1
0
 public static void UseNativeContextMenus(this Gtk.Window window)
 {
                 #if MAC
     var entries = window.FindAllChildWidgets().OfType <Gtk.Entry> ();
     foreach (var entry in entries)
     {
         entry.UseNativeContextMenus();
     }
                 #endif
 }