From 98dc8e31510e183e7acb951515e34f0b64d910b4 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 23 Nov 2005 21:37:05 +0000 Subject: [PATCH] Apply patch from felipe.lessa@gmail.com svn path=/trunk/gtk-sharp/; revision=53412 --- doc/en/Gtk/TreeView.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index ed6f7dd16..b3d6db472 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -1100,7 +1100,13 @@ This property tells GTK# that the user interface for your application requires u Raised when a row is activated; see . - + + + + This event is usually fired when the user doubleclicks a row. + + + @@ -2051,4 +2057,4 @@ tree_view.AppendColumn ("title", text, "text", 0); - + \ No newline at end of file