For drag/drop, look at the "drag-end" and other "drag-xxx" signals that
are associated with the GtkWidget. Drag and drop functions are
discussed in the API at
http://developer.gnome.org/doc/API/2.0/gtk/gtk-Drag-and-Drop.html and
in the GTK tutorial here http://www.gtk.org/tutorial/c1920.html Progress bars here: http://www.gtk.org/tutorial/x850.html Cheers, Micah Debarshi 'Rishi' Ray wrote: I am developing a GNOME panel applet for GNOME 2.6 (I am stuck with 2.6 until Fedora Core 5 come out). I need to know how to trigger a callback function when something (file, folder) is dragged-and-dropped onto the applet. Moreover how do I display a progressbar beside the applet icon? |