"Cosmic Flo" <[EMAIL PROTECTED]> writes:

> is there a tutorial for the interactive library (Mdk Gtk) ?

well, there is this (from head of interactive.pm):

#- minimal example using interactive:
#
#- > use lib qw(/usr/lib/libDrakX);
#- > use interactive;
#- > my $in = interactive->vnew;
#- > $in->ask_okcancel('title', 'question');
#- > $in->exit;

but no real tutorial. But I'm ready to answer questions! If someone
would be so kind to write one... :)

Reply via email to