Update gtk_drag_highlight() docs

What they said was no longer true.
This commit is contained in:
Matthias Clasen
2015-12-03 08:37:58 -05:00
parent 36d5d29af6
commit ec5baa144d

View File

@ -987,10 +987,9 @@ gtk_drag_finish (GdkDragContext *context,
* gtk_drag_highlight: (method)
* @widget: a widget to highlight
*
* Draws a highlight around a widget. This will attach
* handlers to #GtkWidget::draw, so the highlight
* will continue to be displayed until gtk_drag_unhighlight()
* is called.
* Highlights a widget as a currently hovered drop target.
* To end the highlight, call gtk_drag_unhighlight().
* GTK+ calls this automatically if %GTK_DEST_DEFAULT_HIGHLIGHT is set.
*/
void
gtk_drag_highlight (GtkWidget *widget)