Improve the documentation of event_mask for gdk_pointer_grab. (#132223,

Sun Feb  1 00:30:53 2004  Matthias Clasen  <maclas@gmx.de>

	* gdk/tmpl/general.sgml: Improve the documentation of event_mask for
	gdk_pointer_grab.  (#132223, Pascal Haakmat)
This commit is contained in:
Matthias Clasen 2004-01-31 23:28:31 +00:00 committed by Matthias Clasen
parent 6ca9968f9b
commit cf0dee3fe1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Feb 1 00:30:53 2004 Matthias Clasen <maclas@gmx.de>
* gdk/tmpl/general.sgml: Improve the documentation of event_mask for
gdk_pointer_grab. (#132223, Pascal Haakmat)
Fri Jan 30 00:27:36 2004 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcombo.sgml: Document clearing the list with

View File

@ -220,7 +220,8 @@ events for this application are reported as normal, but pointer events outside
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.
@owner_events. Note that only pointer events (i.e. button and motion events)
may be selected.
@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