Exemple #1
0
 public TextTagTableForeachWrapper(Gtk.TextTagTableForeach managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new TextTagTableForeachNative(NativeCallback);
     }
 }
		public static Gtk.TextTagTableForeach GetManagedDelegate (TextTagTableForeachNative native)
		{
			if (native == null)
				return null;
			TextTagTableForeachWrapper wrapper = (TextTagTableForeachWrapper) native.Target;
			if (wrapper == null)
				return null;
			return wrapper.managed;
		}
Exemple #3
0
        public static Gtk.TextTagTableForeach GetManagedDelegate(TextTagTableForeachNative native)
        {
            if (native == null)
            {
                return(null);
            }
            TextTagTableForeachWrapper wrapper = (TextTagTableForeachWrapper)native.Target;

            if (wrapper == null)
            {
                return(null);
            }
            return(wrapper.managed);
        }
Exemple #4
0
 internal TextTagTableForeachInvoker(TextTagTableForeachNative native_cb, IntPtr data, GLib.DestroyNotify notify)
 {
     this.native_cb = native_cb;
     __data         = data;
     __notify       = notify;
 }
Exemple #5
0
 internal TextTagTableForeachInvoker(TextTagTableForeachNative native_cb, IntPtr data) : this(native_cb, data, null)
 {
 }
Exemple #6
0
 internal TextTagTableForeachInvoker(TextTagTableForeachNative native_cb) : this(native_cb, IntPtr.Zero, null)
 {
 }
		public TextTagTableForeachWrapper (Gtk.TextTagTableForeach managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new TextTagTableForeachNative (NativeCallback);
		}
		internal TextTagTableForeachInvoker (TextTagTableForeachNative native_cb, IntPtr data, GLib.DestroyNotify notify)
		{
			this.native_cb = native_cb;
			__data = data;
			__notify = notify;
		}
		internal TextTagTableForeachInvoker (TextTagTableForeachNative native_cb, IntPtr data) : this (native_cb, data, null) {}
		internal TextTagTableForeachInvoker (TextTagTableForeachNative native_cb) : this (native_cb, IntPtr.Zero, null) {}