Re: Gtk3::Clipboard problem



mezlm seznam cz:
my $clipboard = Gtk3::Clipboard::get(Gtk3::Gdk::Atom::intern('clipboard', 0));
$clipboard->set_text($col1content, length $col1content);

Try capitalizing the name, as in "CLIPBOARD".  I'm not sure whether capitalization matters, but this spelling 
is what is generally advertised and what worked for me in the past.


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