示例#1
0
 public CellLayoutDataFuncWrapper(Gtk.CellLayoutDataFunc managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new CellLayoutDataFuncNative(NativeCallback);
     }
 }
		public static Gtk.CellLayoutDataFunc GetManagedDelegate (CellLayoutDataFuncNative native)
		{
			if (native == null)
				return null;
			CellLayoutDataFuncWrapper wrapper = (CellLayoutDataFuncWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
示例#3
0
        public static Gtk.CellLayoutDataFunc GetManagedDelegate(CellLayoutDataFuncNative native)
        {
            if (native == null)
            {
                return(null);
            }
            CellLayoutDataFuncWrapper wrapper = (CellLayoutDataFuncWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
		public CellLayoutDataFuncWrapper (Gtk.CellLayoutDataFunc managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new CellLayoutDataFuncNative (NativeCallback);
		}
		internal CellLayoutDataFuncInvoker (CellLayoutDataFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal CellLayoutDataFuncInvoker (CellLayoutDataFuncNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal CellLayoutDataFuncInvoker (CellLayoutDataFuncNative native_cb) : this (native_cb, IntPtr.Zero, null) {}
示例#8
0
 internal CellLayoutDataFuncInvoker(CellLayoutDataFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
示例#9
0
 internal CellLayoutDataFuncInvoker(CellLayoutDataFuncNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
示例#10
0
 internal CellLayoutDataFuncInvoker(CellLayoutDataFuncNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }