drag-data-get

drag-data-get

This signal is emitted when the user has dragged something from one widget and dropped it onto another widget. The data to be transferred from one to another widget is requested via this signal.

To set the data, use the set() function of the selection.

Callback function

void callback( GtkWidget widget , GdkDragContext context , GtkSelectionData selection_data , int info, int time);

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.