home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource
/
22_16.tcl
< prev
next >
Wrap
Text File
|
2003-04-16
|
161b
|
13 lines
#
# Example 22-16
# Creating a New View.
#
mk::file open mydb mydb.tkd
#=> mydb
mk::view layout mydb.test {name blob:B i:I}
#=> mydb.test
mk::file close mydb