Add some more detail to the docs. (#311399, Nikos Kouremenos)
2006-07-17 Matthias Clasen <mclasen@redhat.com> * gdk/gdkwindow.c (gdk_window_get_pointer): Add some more detail to the docs. (#311399, Nikos Kouremenos)
This commit is contained in:
committed by
Matthias Clasen
parent
4eace69879
commit
5175386051
@ -1,5 +1,8 @@
|
|||||||
2006-07-17 Matthias Clasen <mclasen@redhat.com>
|
2006-07-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkwindow.c (gdk_window_get_pointer): Add some more
|
||||||
|
detail to the docs. (#311399, Nikos Kouremenos)
|
||||||
|
|
||||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func):
|
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func):
|
||||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column):
|
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column):
|
||||||
Fix typos in the docs.
|
Fix typos in the docs.
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
2006-07-17 Matthias Clasen <mclasen@redhat.com>
|
2006-07-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdkwindow.c (gdk_window_get_pointer): Add some more
|
||||||
|
detail to the docs. (#311399, Nikos Kouremenos)
|
||||||
|
|
||||||
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func):
|
* gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func):
|
||||||
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column):
|
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column):
|
||||||
Fix typos in the docs.
|
Fix typos in the docs.
|
||||||
|
|||||||
@ -2935,7 +2935,8 @@ gdk_window_constrain_size (GdkGeometry *geometry,
|
|||||||
* @mask: return location for modifier mask
|
* @mask: return location for modifier mask
|
||||||
*
|
*
|
||||||
* Obtains the current pointer position and modifier state.
|
* Obtains the current pointer position and modifier state.
|
||||||
* The position is given in coordinates relative to @window.
|
* The position is given in coordinates relative to the upper left
|
||||||
|
* corner of @window.
|
||||||
*
|
*
|
||||||
* Return value: the window containing the pointer (as with
|
* Return value: the window containing the pointer (as with
|
||||||
* gdk_window_at_pointer()), or %NULL if the window containing the
|
* gdk_window_at_pointer()), or %NULL if the window containing the
|
||||||
|
|||||||
Reference in New Issue
Block a user