http://qs321.pair.com?node_id=474625


in reply to Re: Tk Video Widget with Perl
in thread Tk Video Widget with Perl

Okay, once I've installed those, how do I install a particular widget?


"Sanity is the playground of the unimaginative" -Unknown

Replies are listed 'Best First'.
Re^3: Tk Video Widget with Perl
by Courage (Parson) on Jul 13, 2005 at 17:40 UTC
    if you'll have Tcl::Tk up and running, using Tcl widgets isn't hard (those developed in Tcl or for Tcl).

    To give an idea, look for example at http://vkonovalov.ru/cgi-bin/perl-tcltk-wiki.cgi/40 or other examples at that wiki.
    Note that at that example BLTNoteBook is a widget within Tcl/Tk, and initially it is completely unknown to Tcl::Tk perl module. It is a single line of perl code to introduce BLTNoteBook widget to Tcl::Tk
    Tk Video could be very similar, and I will get you an example of concrete code, once you'll get far enough :)