From 9abec7ceb7ca3738838cedd2d98c303ae03f3bac Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 30 Jan 2005 00:01:18 +0000 Subject: [PATCH] Patches from pixelpapst@users.sourceforge.net svn path=/trunk/gtk-sharp/; revision=39765 --- doc/en/Gtk/TreeView.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index 38fb37baf..aeabbbf6f 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -1343,7 +1343,7 @@ tree_view.AppendColumn ("title", text, "text", 0); Allows the TreeView to be used as a source for drag-and-drop actions. a , the mask of the allowed buttons for starting a drag - a , a table of supported targets for dragging to + a [], a table of supported targets for dragging to a , what should be done with the dragged data. @@ -1360,7 +1360,7 @@ tree_view.AppendColumn ("title", text, "text", 0); Turns this TreeView object into a destination for automatic drag-and-drop. - a , a table of targets this TreeView will support. + a [], a table of targets this TreeView will support. a , a bitmap of possible actions for a drag to this target