[gtk/otte-main-patch-30652] gesturedrag: Fix docs




commit 72fe406c4d3b9b3a0166a350a542ce13ddc21c63
Author: Benjamin Otte <otte benjamin googlemail com>
Date:   Sun May 22 12:45:28 2022 +0000

    gesturedrag: Fix docs
    
    Leftover from GTK3. Coordinates are widget relative everywhere now.

 gtk/gtkgesturedrag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkgesturedrag.c b/gtk/gtkgesturedrag.c
index 65b196ae7d..629d8bb255 100644
--- a/gtk/gtkgesturedrag.c
+++ b/gtk/gtkgesturedrag.c
@@ -230,7 +230,7 @@ gtk_gesture_drag_new (void)
  *
  * If the @gesture is active, this function returns %TRUE
  * and fills in @x and @y with the drag start coordinates,
- * in surface-relative coordinates.
+ * in widget-relative coordinates.
  *
  * Returns: %TRUE if the gesture is active
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]