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