public CellCallbackWrapper(Gtk.CellCallback managed) { this.managed = managed; if (managed != null) { NativeDelegate = new CellCallbackNative(NativeCallback); } }
public static Gtk.CellCallback GetManagedDelegate (CellCallbackNative native) { if (native == null) return null; CellCallbackWrapper wrapper = (CellCallbackWrapper) native.Target; if (wrapper == null) return null; return wrapper.managed; }
public static Gtk.CellCallback GetManagedDelegate(CellCallbackNative native) { if (native == null) { return(null); } CellCallbackWrapper wrapper = (CellCallbackWrapper)native.Target; if (wrapper == null) { return(null); } return(wrapper.managed); }
internal CellCallbackInvoker(CellCallbackNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal CellCallbackInvoker(CellCallbackNative native_cb, IntPtr data) : this(native_cb, data, null) { }
internal CellCallbackInvoker(CellCallbackNative native_cb) : this(native_cb, IntPtr.Zero, null) { }
public CellCallbackWrapper (Gtk.CellCallback managed) { this.managed = managed; if (managed != null) NativeDelegate = new CellCallbackNative (NativeCallback); }
internal CellCallbackInvoker (CellCallbackNative native_cb, IntPtr data, GLib.DestroyNotify notify) { this.native_cb = native_cb; __data = data; __notify = notify; }
internal CellCallbackInvoker (CellCallbackNative native_cb, IntPtr data) : this (native_cb, data, null) {}
internal CellCallbackInvoker (CellCallbackNative native_cb) : this (native_cb, IntPtr.Zero, null) {}