public AccelGroupActivateWrapper(Gtk.AccelGroupActivate managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new AccelGroupActivateNative(NativeCallback);
     }
 }
		public static Gtk.AccelGroupActivate GetManagedDelegate (AccelGroupActivateNative native)
		{
			if (native == null)
				return null;
			AccelGroupActivateWrapper wrapper = (AccelGroupActivateWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
        public static Gtk.AccelGroupActivate GetManagedDelegate(AccelGroupActivateNative native)
        {
            if (native == null)
            {
                return(null);
            }
            AccelGroupActivateWrapper wrapper = (AccelGroupActivateWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
 internal AccelGroupActivateInvoker(AccelGroupActivateNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
 internal AccelGroupActivateInvoker(AccelGroupActivateNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
 internal AccelGroupActivateInvoker(AccelGroupActivateNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }
		public AccelGroupActivateWrapper (Gtk.AccelGroupActivate managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new AccelGroupActivateNative (NativeCallback);
		}
		internal AccelGroupActivateInvoker (AccelGroupActivateNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal AccelGroupActivateInvoker (AccelGroupActivateNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal AccelGroupActivateInvoker (AccelGroupActivateNative native_cb) : this (native_cb, IntPtr.Zero, null) {}