srcinc:::file.xpm
srcinc:::frontal.xpm
srcinc:::frontal_open.xpm
+srcinc:::jini.xpm
+srcinc:::jini_open.xpm
srcinc:::gettable.xpm
srcinc:::idl.xpm
srcinc:::idl_open.xpm
srcinc:::wcompare.tcl
srcinc:::envir.xpm
srcinc:::envir_open.xpm
+srcinc:::MdtvLogo33x120b.gif
global IWOK_WINDOWS
global IWOK_GLOBALS
+ global env
set w $IWOK_GLOBALS(toplevel)
set top [frame $w.thu -bd 1 -relief raised]
set arr [$w.l subwidget arrow] ; tixBalloon $arr.bal ; $arr.bal bind $arr -msg "Last spots"
- button $w.mdtv -image [tix getimage MatraDatavision] -command wokSeeLayout
+ ;#button $w.mdtv -image [tix getimage MatraDatavision] -command wokSeeLayout
+ button $w.mdtv -image [image create photo -file $env(WOK_LIBRARY)/MdtvLogo33x120b.gif] -command wokSeeLayout
tixBalloon $w.mdtv.bal
$w.mdtv.bal bind $w.mdtv -msg "See Layout"
proc wls { args } {
- set f [lsearch -regexp $args {-[pniCtexscfOrd]} ]
+ set f [lsearch -regexp $args {-[pnijCtexscfOrd]} ]
if { $f != -1 } {
set ft [lindex [split [lindex $args $f] -] 1]
set lx {}
;#tix addbitmapdir /adv_23/WOK/k3dev/iwok/src/WOKTclLib ;# THUY EM
;# ucreate -P dans factory/workshop/ => erreur ?!!!
- set IWOK_GLOBALS(ucreate-P) [list {p package} {s schema} {i interface} {C client} {e engine} {x executable} {n nocdlpack} {t toolkit} {r resource} {O documentation} {c ccl} {f frontal} {d delivery} {I idl} {S server}]
+ set IWOK_GLOBALS(ucreate-P) [list {j jini} {p package} {s schema} {i interface} {C client} {e engine} {x executable} {n nocdlpack} {t toolkit} {r resource} {O documentation} {c ccl} {f frontal} {d delivery} {I idl} {S server}]
foreach type $IWOK_GLOBALS(ucreate-P) {
set st [lindex $type 0]