mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Improve docs. (#446138, Björn Lindqvist)
2007-06-12 Behdad Esfahbod <behdad@gnome.org> * gdk/gdkwindow.c (gdk_window_get_pointer): Improve docs. (#446138, Björn Lindqvist) svn path=/trunk/; revision=18109
This commit is contained in:
parent
ef1e05f7de
commit
1adaeba11f
@ -1,3 +1,8 @@
|
||||
2007-06-12 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* gdk/gdkwindow.c (gdk_window_get_pointer): Improve docs.
|
||||
(#446138, Björn Lindqvist)
|
||||
|
||||
2007-06-12 Yevgen Muntyan <muntyan@tamu.edu>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_expose), (gtk_entry_toggle_overwrite),
|
||||
|
@ -2977,9 +2977,12 @@ gdk_window_constrain_size (GdkGeometry *geometry,
|
||||
/**
|
||||
* gdk_window_get_pointer:
|
||||
* @window: a #GdkWindow
|
||||
* @x: return location for X coordinate of pointer
|
||||
* @y: return location for Y coordinate of pointer
|
||||
* @mask: return location for modifier mask
|
||||
* @x: return location for X coordinate of pointer or %NULL to not
|
||||
* return the X coordinate
|
||||
* @y: return location for Y coordinate of pointer or %NULL to not
|
||||
* return the Y coordinate
|
||||
* @mask: return location for modifier mask or %NULL to not return the
|
||||
* modifier mask
|
||||
*
|
||||
* Obtains the current pointer position and modifier state.
|
||||
* The position is given in coordinates relative to the upper left
|
||||
|
Loading…
Reference in New Issue
Block a user