forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
e79504746a
commit
f6b5d39189
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user