Method

GtkListBoxdrag_highlight_row

since: 3.10

Declaration [src]

void
gtk_list_box_drag_highlight_row (
  GtkListBox* box,
  GtkListBoxRow* row
)

Description [src]

This is a helper function for implementing DnD onto a GtkListBox. The passed in row will be highlighted via gtk_drag_highlight(), and any previously highlighted row will be unhighlighted.

The row will also be unhighlighted when the widget gets a drag leave event.

Available since: 3.10

Parameters

row

Type: GtkListBoxRow

A GtkListBoxRow.

The data is owned by the caller of the method.