mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
docs: Fix typo and whitespace
This commit is contained in:
parent
933d241bba
commit
6c31ed53f4
@ -1062,7 +1062,7 @@ to start a drag manually, call gdk_drag_begin().
|
|||||||
The ::drag-data-get signal has been replaced by the #GtkDragSource::prepare
|
The ::drag-data-get signal has been replaced by the #GtkDragSource::prepare
|
||||||
signal, which returns a #GdkContentProvider for the drag operation.
|
signal, which returns a #GdkContentProvider for the drag operation.
|
||||||
|
|
||||||
The destination-side Drag-and-Drop apis in GTK 4 have also been changed
|
The destination-side Drag-and-Drop API in GTK 4 have also been changed
|
||||||
to use an event controller, #GtkDropTarget. Instead of calling
|
to use an event controller, #GtkDropTarget. Instead of calling
|
||||||
gtk_drag_dest_set() and connecting to #GtkWidget signals, you create
|
gtk_drag_dest_set() and connecting to #GtkWidget signals, you create
|
||||||
a #GtkDropTarget object, attach it to the widget with
|
a #GtkDropTarget object, attach it to the widget with
|
||||||
|
Loading…
Reference in New Issue
Block a user