From f6b5d39189aa8cc0db4b4d362f34e35400e8687b Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 5 Jun 2000 15:18:20 +0000 Subject: [PATCH] Fix gdk_pointer_grab description Mon Jun 5 11:17:25 2000 Owen Taylor * gdk/tmpl/general.sgml: Fix gdk_pointer_grab description --- docs/reference/gdk/tmpl/general.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/gdk/tmpl/general.sgml b/docs/reference/gdk/tmpl/general.sgml index fe9468b73e..0605315964 100644 --- a/docs/reference/gdk/tmpl/general.sgml +++ b/docs/reference/gdk/tmpl/general.sgml @@ -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.