Accessing drag and drop information from Gtk::FileChooserWidget



Hi,

how can I access the data sent by FileChooserWidget during drag and drop
situations? (e.g. if you have a filechooser widget open and you drag a
file from the filechooser to gterm, it will pass the filename as
plain-text to the terminal)

I've managed to get drag and drop working more or less, but I really
need to know how to access that data... is it a specific TargetEntry
which determines which format a certain widget accepts? In that case I
would have to find out which format the FileChooserWidget sends in the
data_get method and then implement my accepting widget to receive that
data right?

Thanks

-Bartek



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]