Re: Gtk2::Clipboard need store content after exit.

2011-09-17 Thread Emmanuele Bassi
On 2011-09-16 at 23:22, eexpress wrote: > hi, > I want store sth into clipboard after perl script exit, but does not know > how to write $clip->store(...) function. the ->store method doesn't magically "store" stuff into the ether: you'll need a daemon that takes ownership of the clipboard data wh

Gtk2::Clipboard need store content after exit.

2011-09-16 Thread eexpress
hi, I want store sth into clipboard after perl script exit, but does not know how to write $clip->store(...) function. "... (list) of Gtk2::TargetEntry's" here but how can i set those targetentry. now i use `echo $out|xsel -i` instead of it. use Gtk2 "-init"; $clip = Gtk2::Clipboard->get (Gtk2::