diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-06-05 15:18:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-06-05 15:18:20 +0000 |
commit | f6b5d39189aa8cc0db4b4d362f34e35400e8687b (patch) | |
tree | 956efe2ea1db726c31255bf6593605f0895c0434 /docs | |
parent | e79504746a648d79f4e05a24a2d76c7c454a8c5b (diff) | |
download | gdk-pixbuf-f6b5d39189aa8cc0db4b4d362f34e35400e8687b.tar.gz |
Fix gdk_pointer_grab description
Mon Jun 5 11:17:25 2000 Owen Taylor <otaylor@redhat.com>
* gdk/tmpl/general.sgml: Fix gdk_pointer_grab description
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/tmpl/general.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/reference/gdk/tmpl/general.sgml b/docs/reference/gdk/tmpl/general.sgml index fe9468b73..060531596 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. |