question about GtkClipboard



hi, everybody:
  I just want to ask a question about GtkClipboard on windows ,
when I set some file path to clipboard use thus function
gtk_clipboard_set_with_owner(cb, targets, n_targets, copy_file_start, clipboard_clear, G_OBJECT(self))

on the linux , I can paste the file when I click right-button or kick “CTRL-V”. just when I do the paste 
action,
copy_file_start() is invoked。

but on the windows, I just copy some file, and haven’t do the paste action, the copy_file_start() is invoked.

so I don’t know whether something is missed I did, or is a gtk’s bug on the windows.


                                                        thanks.


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