home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 May
/
PCWorld_2002-05_cd.bin
/
Software
/
TemaCD
/
activetcltk
/
ActiveTcl8.3.4.1-8.win32-ix86.exe
/
ActiveTcl8.3.4.1-win32-ix86
/
demos
/
IWidgets
/
scopedobject
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-10-22
|
314 b
|
17 lines
#!/bin/sh
# \
exec wish8.4 -f $0 $*
package require Iwidgets 4.0
#
# Demo script for the Scopedobject class
#
proc scopedobject_demo {} {
iwidgets::scopedobject #auto \
-exitscopecommand {puts "enter scopedobject_demo"} \
-exitscopecommand {puts "exit scopedobject_demo"}
}
scopedobject_demo