From 5f1c7a56dd600eaed484349bd6cb8b974cf8ae96 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 31 Jan 2006 02:50:11 +0000 Subject: [PATCH] Patch from Michal Dominik svn path=/trunk/gtk-sharp/; revision=56307 --- doc/en/Gtk/Grab.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/en/Gtk/Grab.xml b/doc/en/Gtk/Grab.xml index f46b89b50..13b69108a 100644 --- a/doc/en/Gtk/Grab.xml +++ b/doc/en/Gtk/Grab.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Represents a Grab--- the part of a widget that can be dragged with the mouse. + Grab methods allow you to limit the keyboard and mouse interaction to a particular widget or window. @@ -26,8 +26,8 @@ - Adds a Grab to the widget. - a + Makes the specified widget the currently grabbed widget. This means that interaction with other widgets in the same application is blocked and mouse as well as keyboard events are delivered to this widget. + The that grabs keyboard and pointer events. @@ -41,8 +41,8 @@ - Removes a Grab from the widget. - a + Removes the grab from the given widget. You have to pair calls to and . + The which gives up the grab. @@ -52,7 +52,7 @@ - Basic constructor. + Don't use. @@ -63,10 +63,10 @@ Gtk.Widget - Gets the current Widget for this Grab object. - a + Queries the current grab of the default window group. + A which currently has the grab or if no grab is active. - + \ No newline at end of file