home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / pc / exsource / 22_16.tcl < prev    next >
Text File  |  2003-04-16  |  161b  |  13 lines

  1. #
  2. # Example 22-16
  3. # Creating a New View.
  4. #
  5.  
  6. mk::file open mydb mydb.tkd
  7. #=> mydb
  8. mk::view layout mydb.test {name blob:B i:I}
  9. #=> mydb.test
  10. mk::file close mydb
  11.  
  12.  
  13.