]> Pileus Git - ~andy/gtk/commitdiff
Fix gdk_pointer_grab description
authorOwen Taylor <otaylor@redhat.com>
Mon, 5 Jun 2000 15:18:20 +0000 (15:18 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 5 Jun 2000 15:18:20 +0000 (15:18 +0000)
Mon Jun  5 11:17:25 2000  Owen Taylor  <otaylor@redhat.com>

* gdk/tmpl/general.sgml: Fix gdk_pointer_grab description

docs/reference/gdk/tmpl/general.sgml

index fe9468b73e9809679e2873974ca2702d9c6ee0f3..060531596420532a7039f7c715a2ee9436935b7c 100644 (file)
@@ -199,9 +199,10 @@ this application are reported with respect to @window and only if selected by
 @event_mask. In either mode, unreported events are discarded.
 @event_mask: specifies the event mask, which is used in accordance with
 @owner_events.
-@confine_to: TRUE to confine the pointer to @window. If the pointer is outside
-@window, it will automatically be moved to the closest edge of @window and
-enter and leave events will be generated as necessary.
+@confine_to: If non-%NULL, the pointer will be confined to this
+window during the grab. If the pointer is outside @confine_to, it will
+automatically be moved to the closest edge of @confine_to and enter
+and leave events will be generated as necessary.
 @cursor: the cursor to display while the grab is active. If this is NULL then
 the normal cursors are used for @window and its descendants, and the cursor
 for @window is used for all other windows.