in reply to XML Navigator

Cool package.

Just a minor nit, your test window opens too small, and it dosn't close with WindowManager controls. Add

$mainwindow->signal_connect( destroy => sub { Gtk2->main_quit; } ); $mainwindow->set_size_request(500,500);

I'm not really a human, but I play one on earth. Cogito ergo sum a bum

Replies are listed 'Best First'.
Re^2: XML Navigator
by ruoso (Curate) on Sep 28, 2006 at 17:12 UTC

    Thanks, the patch is applied :)

    daniel