PHP-GTK
Wednesday, February 10, 2010 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousdrag-data-delete
drag-data-receivednext

Last updated: Tue, 09 Feb 2010
view this page in English

drag-data-get

The drag-data-get signal is emitted on the drag source when the drop site requests the data which is dragged. It is the responsibility of the signal handler to fill data with the data in the format which is indicated by info. See set() and set_text() .

Callback function

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


User Contributed Notes
gtk.gtkwidget.signal.drag-data-get.php
add a note about notes
There are no user contributed notes for this page.


previousdrag-data-delete
drag-data-receivednext

Last updated: Tue, 09 Feb 2010
view this page in English


credits 

PHP  Copyright © 2001-2010 The PHP Group
 All rights reserved.
Last updated: Tue Feb 9 02:48:23 2010 UTC