Tk::Workspace

Persistent, multi-purpose text processor
Download

Tk::Workspace Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robert Kiesling
  • Publisher web site:

Tk::Workspace Tags


Tk::Workspace Description

Persistent, multi-purpose text processor Tk::Workspace is a Perl module that uses a modified Tk::Text widget to create an embedded Perl text editor. The resulting file can be run as a standalone program.SYNOPSIS # Create a workspace from the shell prompt: mkws "workspace" # Open an existing workspace from the shell prompt: workspace # Open from a Perl script: use Tk; use Tk::Workspace; Tk::Workspace::open(Tk::Workspace::create("workspace")); # Create workspace object within a Perl script: $w = Tk::Workspace -> new( x => 100, y => 100, width => 300, height => 250, textfont => "*-courier-medium-r-*-*-12-*", foreground => 'white', background => 'black', menuvisible => 'true', scroll => 'se', insert => '1.0', menubarvisible => 'True', text => 'Text to be inserted', name => 'workspace' ); Requirements: · Perl


Tk::Workspace Related Software