Re: Gtk2::Clipboard

2005-05-01 Thread Torsten Schoenfeld
On Wed, 2005-04-27 at 16:04 +0200, Jens Luedicke wrote: > my $clipboard = > Gtk2::Clipboard->get_for_display(Gtk2::Gdk::Display->open($ENV{'DISPLAY'}), > Gtk2::Gdk::Atom->new('GDK_SELECTION_CLIPBOARD')); I think this is where your problem is. The atom for the normal clipboard is not called "GDK_

Re: offtopic: libxml

2005-05-01 Thread A. Pagaltzis
* BoÅtjan ÅpetiÄ <[EMAIL PROTECTED]> [2005-05-01 11:20]: > i am thinking of a wrapper for libxml, that would simply read > the whole DOM tree into a hash structure... ? You mean XML::Simple? Regards, -- Aristotle ___ gtk-perl-list mailing list gtk-perl

offtopic: libxml

2005-05-01 Thread Boštjan Špetič
hi just a quick offtopic question. ignore if you want.. the nifty hash and array binding of complex data of treeviews and list in perl is nice and usefull. would it be usefull to have it for xml also? i am thinking of a wrapper for libxml, that would simply read the whole DOM tree into a hash str