deselect

The "deselect" signal is emitted when the deselect() is called within the program, or when the cursor leaves the screen area of the GtkItem. There is no behaviour defined at base level for this signal, please refer to the description in the deselect method in the non-abstract class you are using.

Callback function

void callback(GtkItem item);