static void Left_cb(IntPtr inst) { try { Button __obj = GLib.Object.GetObject(inst, false) as Button; __obj.OnLeft(); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }