static void Pressed_cb(IntPtr inst, double x, double y) { try { GestureLongPress __obj = GLib.Object.GetObject(inst, false) as GestureLongPress; __obj.OnPressed(x, y); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }
static void Cancelled_cb(IntPtr inst) { try { GestureLongPress __obj = GLib.Object.GetObject(inst, false) as GestureLongPress; __obj.OnCancelled(); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }