The Penpad widget - 1.2

a small widget for free-hand drawing.

Table Of Contents

INTRO

Penpad is small widget for free-hand drawing.

This widget has been inspired by a lot of toy applications, many of those you can find at Tcl/tk wiki.

All those applications, re-implemented the same functionalities in a different way. It's time to standardize these common features, by providing a generic, reusable widget

Penpad is a pure-tcl widget, running on any platform. Tested on Windows and Unix (Linux).

With penpad you can:

For full details read the documentation :

SCREENSHOTS

EXAMPLE

   package require Penpad
   
   penpad .penbox -bg yellow -pencolor blue
   pack .penbox
  
    # now you can start drawing ....
   
    # you can now save your scribbles ...
   .penbox export mywork.gif
    # .. also with a transparent background 
   .penbox export mywork-transp.gif -transparency
    
    # you can now clean the penpad ...
   .penbox clean
   

For full details see the Penpad Reference

DEMOS

Run files in demo directory ..

DOWNLOAD

Penpad 1.2

REQUIRED PACKAGES

All these packages are delivered with standard Tcl distributions.

INSTALLATION

Penpad 1.2 and all the required packages should be installed under standard library path.

HISTORY

AUTHOR

Copyright (c) 2007 <Irrational Numbers>

For comments and suggestions, please write to : <aldo.buratti@tiscali.it>