static void FocusChildSet_cb(IntPtr inst, IntPtr child) { try { Container __obj = GLib.Object.GetObject(inst, false) as Container; __obj.OnFocusChildSet(GLib.Object.GetObject(child) as Gtk.Widget); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }