Example #1
0
 public ColorSelectionChangePaletteFuncWrapper(Gtk.ColorSelectionChangePaletteFunc managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new ColorSelectionChangePaletteFuncNative(NativeCallback);
     }
 }
Example #2
0
        public static Gtk.ColorSelectionChangePaletteFunc GetManagedDelegate(ColorSelectionChangePaletteFuncNative native)
        {
            if (native == null)
            {
                return(null);
            }
            ColorSelectionChangePaletteFuncWrapper wrapper = (ColorSelectionChangePaletteFuncWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
Example #3
0
 internal ColorSelectionChangePaletteFuncInvoker(ColorSelectionChangePaletteFuncNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
Example #4
0
 internal ColorSelectionChangePaletteFuncInvoker(ColorSelectionChangePaletteFuncNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }