Ejemplo n.º 1
0
 public TextTagTableForeachWrapper(Gtk.TextTagTableForeach managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new TextTagTableForeachNative(NativeCallback);
     }
 }
Ejemplo n.º 2
0
 public void Foreach(Gtk.TextTagTableForeach func)
 {
     GtkSharp.TextTagTableForeachWrapper func_wrapper = new GtkSharp.TextTagTableForeachWrapper(func);
     gtk_text_tag_table_foreach(Handle, func_wrapper.NativeDelegate, IntPtr.Zero);
 }
		public TextTagTableForeachWrapper (Gtk.TextTagTableForeach managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new TextTagTableForeachNative (NativeCallback);
		}