A PRIMER FOR PROGRAMMING PAD++ IN TCL/TK
Thus,
.pad itemconfigure foo -maxsize 50 -sticky 1sets the maximum size of all items with the tag foo to 50, and makes them all sticky.
.pad itemconfigure 3 -penwidthreturns the current penwidth of item #3. If no options are specified, then a list of all the options and values are returned. This is a good way to find out what options are available for a specific item type. Note that ic is an alias for itemconfigure, so an equivalent command is:
.pad ic 3 -penwidth
Generated with Harlequin WebMaker